#969CDB

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

Shades of Portage #969CDB

Tints of Portage #969CDB

Color information

#969CDB (or 0x969CDB) is unknown color: approx Portage. HEX triplet: 96, 9C and DB. RGB value is (150,156,219). Sum of RGB (Red+Green+Blue) = 150+156+219=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #969CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969CDB is #696324. Grayscale: #A1A1A1. Windows color (decimal): -6906661 or 14392470. OLE color: 14392470.

HSL color Cylindrical-coordinate representation of color #969CDB: hue angle of 234.78º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #969CDB is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB150156219-
CMYK0.320.2900.14
HSL234.78º48.94%72.35%-
HSV(B)234.78º31.51%85.88%-
XYZ37.2535.3871.88-
YUV161.39160.51119.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.57%
GREEN value IS 156 (61.33% from 255) = 29.71%
BLUE value IS 219 (85.94% from 255) = 41.71%
R=28.57%
G=29.71%
B=41.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1501562190.320.2900.14234.7848.9472.35
Hex969CDB201D0Eeb3148
Octal226234333403501635361110
Binary1001011010011100110110111000001110101110111010111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,156,219); }

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

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

 a { background-color: rgb(150,156,219); }

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

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

 span { border-color: rgb(150,156,219); }

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