#969ED3

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

Shades of Portage #969ED3

Tints of Portage #969ED3

Color information

#969ED3 (or 0x969ED3) is unknown color: approx Portage. HEX triplet: 96, 9E and D3. RGB value is (150,158,211). Sum of RGB (Red+Green+Blue) = 150+158+211=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 211 - color contains mainly: blue. Hex color #969ED3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969ED3 is #69612C. Grayscale: #A1A1A1. Windows color (decimal): -6906157 or 13868694. OLE color: 13868694.

HSL color Cylindrical-coordinate representation of color #969ED3: hue angle of 232.13º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #969ED3 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB150158211-
CMYK0.290.2500.17
HSL232.13º40.94%70.78%-
HSV(B)232.13º28.91%82.75%-
XYZ36.5635.6466.58-
YUV161.65155.85119.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.90%
GREEN value IS 158 (62.11% from 255) = 30.44%
BLUE value IS 211 (82.81% from 255) = 40.66%
R=28.90%
G=30.44%
B=40.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1501582110.290.2500.17232.1340.9470.78
Hex969ED31D19011e82947
Octal226236323353102135051107
Binary1001011010011110110100111110111001010001111010001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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