#959FD9

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

Shades of Portage #959FD9

Tints of Portage #959FD9

Color information

#959FD9 (or 0x959FD9) is unknown color: approx Portage. HEX triplet: 95, 9F and D9. RGB value is (149,159,217). Sum of RGB (Red+Green+Blue) = 149+159+217=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 217 - color contains mainly: blue. Hex color #959FD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FD9 is #6A6026. Grayscale: #A2A2A2. Windows color (decimal): -6971431 or 14262165. OLE color: 14262165.

HSL color Cylindrical-coordinate representation of color #959FD9: hue angle of 231.18º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #959FD9 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB149159217-
CMYK0.310.2700.15
HSL231.18º47.22%71.76%-
HSV(B)231.18º31.34%85.1%-
XYZ37.3236.270.67-
YUV162.62158.69118.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.38%
GREEN value IS 159 (62.5% from 255) = 30.29%
BLUE value IS 217 (85.16% from 255) = 41.33%
R=28.38%
G=30.29%
B=41.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1491592170.310.2700.15231.1847.2271.76
Hex959FD91F1B0Fe72f48
Octal225237331373301734757110
Binary100101011001111111011001111111101101111111001111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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