#969AE4

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

Shades of Portage #969AE4

Tints of Portage #969AE4

Color information

#969AE4 (or 0x969AE4) is unknown color: approx Portage. HEX triplet: 96, 9A and E4. RGB value is (150,154,228). Sum of RGB (Red+Green+Blue) = 150+154+228=532 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.20% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 228 (89.45% from 255 or 42.86% from 532); Max value from RGB is 228 - color contains mainly: blue. Hex color #969AE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969AE4 is #69651B. Grayscale: #A0A0A0. Windows color (decimal): -6907164 or 14981782. OLE color: 14981782.

HSL color Cylindrical-coordinate representation of color #969AE4: hue angle of 236.92º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #969AE4 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB150154228-
CMYK0.340.3200.11
HSL236.92º59.09%74.12%-
HSV(B)236.92º34.21%89.41%-
XYZ38.1435.278.18-
YUV161.24165.67119.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.20%
GREEN value IS 154 (60.55% from 255) = 28.95%
BLUE value IS 228 (89.45% from 255) = 42.86%
R=28.20%
G=28.95%
B=42.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1501542280.340.3200.11236.9259.0974.12
Hex969AE422200Bed3b4a
Octal226232344424001335573112
Binary10010110100110101110010010001010000001011111011011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,154,228); }

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

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

 a { background-color: rgb(150,154,228); }

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

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

 span { border-color: rgb(150,154,228); }

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