#969eef

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

Shades of Portage #969EEF

Tints of Portage #969EEF

Color information

#969EEF (or 0x969EEF) is unknown color: approx Portage. HEX triplet: 96, 9E and EF. RGB value is (150,158,239). Sum of RGB (Red+Green+Blue) = 150+158+239=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #969EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969EEF is #696110. Grayscale: #A4A4A4. Windows color (decimal): -6906129 or 15703702. OLE color: 15703702.

HSL color Cylindrical-coordinate representation of color #969EEF: hue angle of 234.61º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #969EEF is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB150158239-
CMYK0.370.3400.06
HSL234.61º73.55%76.27%-
HSV(B)234.61º37.24%93.73%-
XYZ40.3837.1786.71-
YUV164.84169.85117.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.42%
GREEN value IS 158 (62.11% from 255) = 28.88%
BLUE value IS 239 (93.75% from 255) = 43.69%
R=27.42%
G=28.88%
B=43.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1501582390.370.3400.06234.6173.5576.27
Hex969EEF252206eb4a4c
Octal226236357454206353112114
Binary10010110100111101110111110010110001001101110101110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969eef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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