#959CDC

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

Shades of Portage #959CDC

Tints of Portage #959CDC

Color information

#959CDC (or 0x959CDC) is unknown color: approx Portage. HEX triplet: 95, 9C and DC. RGB value is (149,156,220). Sum of RGB (Red+Green+Blue) = 149+156+220=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #959CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959CDC is #6A6323. Grayscale: #A0A0A0. Windows color (decimal): -6972196 or 14458005. OLE color: 14458005.

HSL color Cylindrical-coordinate representation of color #959CDC: hue angle of 234.08º degrees, saturation: 0.5, 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 #959CDC is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149156220-
CMYK0.320.2900.14
HSL234.08º50.35%72.35%-
HSV(B)234.08º32.27%86.27%-
XYZ37.235.3372.57-
YUV161.2161.18119.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.38%
GREEN value IS 156 (61.33% from 255) = 29.71%
BLUE value IS 220 (86.33% from 255) = 41.90%
R=28.38%
G=29.71%
B=41.90%

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
Decimal1491562200.320.2900.14234.0850.3572.35
Hex959CDC201D0Eea3248
Octal225234334403501635262110
Binary1001010110011100110111001000001110101110111010101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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