#969FEB

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

Shades of Portage #969FEB

Tints of Portage #969FEB

Color information

#969FEB (or 0x969FEB) is unknown color: approx Portage. HEX triplet: 96, 9F and EB. RGB value is (150,159,235). Sum of RGB (Red+Green+Blue) = 150+159+235=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #969FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969FEB is #696014. Grayscale: #A4A4A4. Windows color (decimal): -6905877 or 15441814. OLE color: 15441814.

HSL color Cylindrical-coordinate representation of color #969FEB: hue angle of 233.65º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #969FEB is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB150159235-
CMYK0.360.3200.08
HSL233.65º68%75.49%-
HSV(B)233.65º36.17%92.16%-
XYZ39.9737.2883.69-
YUV164.97167.52117.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.57%
GREEN value IS 159 (62.5% from 255) = 29.23%
BLUE value IS 235 (92.19% from 255) = 43.20%
R=27.57%
G=29.23%
B=43.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1501592350.360.3200.08233.656875.49
Hex969FEB242008ea444b
Octal2262373534440010352104113
Binary100101101001111111101011100100100000010001110101010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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