#969FFF

Color #969FFF Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #969FFF

Tints of Portage #969FFF

Color information

#969FFF (or 0x969FFF) is unknown color: approx Portage. HEX triplet: 96, 9F and FF. RGB value is (150,159,255). Sum of RGB (Red+Green+Blue) = 150+159+255=564 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.60% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #969FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969FFF is #696000. Grayscale: #A6A6A6. Windows color (decimal): -6905857 or 16752534. OLE color: 16752534.

HSL color Cylindrical-coordinate representation of color #969FFF: hue angle of 234.86º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #969FFF is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB150159255-
CMYK0.410.3800
HSL234.86º100%79.41%-
HSV(B)234.86º41.18%100%-
XYZ43.0338.599.77-
YUV167.25177.52115.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 26.60%
GREEN value IS 159 (62.5% from 255) = 28.19%
BLUE value IS 255 (100% from 255) = 45.21%
R=26.60%
G=28.19%
B=45.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1501592550.410.3800234.8610079.41
Hex969FFF292600eb644f
Octal226237377514600353144117
Binary100101101001111111111111101001100110001110101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969FFF; }

 p { color: rgb(150,159,255); }

 H1.HeaderClassName
 {
   color: #969FFF;
 }
 .AnyTagClassName
 {
   color: #969FFF;
 }
</style>
background-color css

<style>
 a { background-color: #969FFF; }

 a { background-color: rgb(150,159,255); }

 div.DivClassName
 {
   background-color: #969FFF;
 }
 .BgClassName
 {
   background-color: #969FFF;
 }
</style>
border-color css

<style>
 span { border-color: #969FFF; }

 span { border-color: rgb(150,159,255); }

 td.TdClassName
 {
   border-color: #969FFF;
 }
 .TagClassName
 {
   border-color: #969FFF;
 }
</style>