#969EE3

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

Shades of Portage #969EE3

Tints of Portage #969EE3

Color information

#969EE3 (or 0x969EE3) is unknown color: approx Portage. HEX triplet: 96, 9E and E3. RGB value is (150,158,227). Sum of RGB (Red+Green+Blue) = 150+158+227=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 227 (89.06% from 255 or 42.43% from 535); Max value from RGB is 227 - color contains mainly: blue. Hex color #969EE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969EE3 is #69611C. Grayscale: #A3A3A3. Windows color (decimal): -6906141 or 14917270. OLE color: 14917270.

HSL color Cylindrical-coordinate representation of color #969EE3: hue angle of 233.77º degrees, saturation: 0.58, 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 #969EE3 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB150158227-
CMYK0.340.3000.11
HSL233.77º57.89%73.92%-
HSV(B)233.77º33.92%89.02%-
XYZ38.6736.4877.68-
YUV163.47163.85118.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.04%
GREEN value IS 158 (62.11% from 255) = 29.53%
BLUE value IS 227 (89.06% from 255) = 42.43%
R=28.04%
G=29.53%
B=42.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1501582270.340.3000.11233.7757.8973.92
Hex969EE3221E0Bea3a4a
Octal226236343423601335272112
Binary1001011010011110111000111000101111001011111010101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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