#969EEB

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

Shades of Portage #969EEB

Tints of Portage #969EEB

Color information

#969EEB (or 0x969EEB) is unknown color: approx Portage. HEX triplet: 96, 9E and EB. RGB value is (150,158,235). Sum of RGB (Red+Green+Blue) = 150+158+235=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #969EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969EEB is #696114. Grayscale: #A4A4A4. Windows color (decimal): -6906133 or 15441558. OLE color: 15441558.

HSL color Cylindrical-coordinate representation of color #969EEB: hue angle of 234.35º 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 #969EEB is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB150158235-
CMYK0.360.3300.08
HSL234.35º68%75.49%-
HSV(B)234.35º36.17%92.16%-
XYZ39.836.9483.63-
YUV164.39167.85117.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.62%
GREEN value IS 158 (62.11% from 255) = 29.10%
BLUE value IS 235 (92.19% from 255) = 43.28%
R=27.62%
G=29.10%
B=43.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1501582350.360.3300.08234.356875.49
Hex969EEB242108ea444b
Octal2262363534441010352104113
Binary100101101001111011101011100100100001010001110101010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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