#959FCD

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

Shades of Portage #959FCD

Tints of Portage #959FCD

Color information

#959FCD (or 0x959FCD) is unknown color: approx Portage. HEX triplet: 95, 9F and CD. RGB value is (149,159,205). Sum of RGB (Red+Green+Blue) = 149+159+205=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #959FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FCD is #6A6032. Grayscale: #A1A1A1. Windows color (decimal): -6971443 or 13475733. OLE color: 13475733.

HSL color Cylindrical-coordinate representation of color #959FCD: hue angle of 229.29º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #959FCD is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB149159205-
CMYK0.270.2200.20
HSL229.29º35.9%69.41%-
HSV(B)229.29º27.32%80.39%-
XYZ35.8135.5962.74-
YUV161.25152.69119.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.04%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=29.04%
G=30.99%
B=39.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491592050.270.2200.20229.2935.969.41
Hex959FCD1B16014e52445
Octal225237315332602434544105
Binary1001010110011111110011011101110110010100111001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,159,205); }

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

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

 a { background-color: rgb(149,159,205); }

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

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

 span { border-color: rgb(149,159,205); }

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