#969BDD

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

Shades of Portage #969BDD

Tints of Portage #969BDD

Color information

#969BDD (or 0x969BDD) is unknown color: approx Portage. HEX triplet: 96, 9B and DD. RGB value is (150,155,221). Sum of RGB (Red+Green+Blue) = 150+155+221=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #969BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969BDD is #696422. Grayscale: #A0A0A0. Windows color (decimal): -6906915 or 14523286. OLE color: 14523286.

HSL color Cylindrical-coordinate representation of color #969BDD: hue angle of 235.77º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #969BDD is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150155221-
CMYK0.320.3000.13
HSL235.77º51.08%72.75%-
HSV(B)235.77º32.13%86.67%-
XYZ37.3535.1573.22-
YUV161.03161.84120.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.52%
GREEN value IS 155 (60.94% from 255) = 29.47%
BLUE value IS 221 (86.72% from 255) = 42.02%
R=28.52%
G=29.47%
B=42.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501552210.320.3000.13235.7751.0872.75
Hex969BDD201E0Dec3349
Octal226233335403601535463111
Binary1001011010011011110111011000001111001101111011001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,155,221); }

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

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

 a { background-color: rgb(150,155,221); }

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

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

 span { border-color: rgb(150,155,221); }

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