#959CDF

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

Shades of Portage #959CDF

Tints of Portage #959CDF

Color information

#959CDF (or 0x959CDF) is unknown color: approx Portage. HEX triplet: 95, 9C and DF. RGB value is (149,156,223). Sum of RGB (Red+Green+Blue) = 149+156+223=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #959CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959CDF is #6A6320. Grayscale: #A1A1A1. Windows color (decimal): -6972193 or 14654613. OLE color: 14654613.

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

Color convert

RGB149156223-
CMYK0.330.3000.13
HSL234.32º53.62%72.94%-
HSV(B)234.32º33.18%87.45%-
XYZ37.635.4974.68-
YUV161.54162.68119.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.22%
GREEN value IS 156 (61.33% from 255) = 29.55%
BLUE value IS 223 (87.5% from 255) = 42.23%
R=28.22%
G=29.55%
B=42.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1491562230.330.3000.13234.3253.6272.94
Hex959CDF211E0Dea3649
Octal225234337413601535266111
Binary1001010110011100110111111000011111001101111010101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959CDF; }

 p { color: rgb(149,156,223); }

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

<style>
 a { background-color: #959CDF; }

 a { background-color: rgb(149,156,223); }

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

<style>
 span { border-color: #959CDF; }

 span { border-color: rgb(149,156,223); }

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