#959DD7

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

Shades of Portage #959DD7

Tints of Portage #959DD7

Color information

#959DD7 (or 0x959DD7) is unknown color: approx Portage. HEX triplet: 95, 9D and D7. RGB value is (149,157,215). Sum of RGB (Red+Green+Blue) = 149+157+215=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #959DD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959DD7 is #6A6228. Grayscale: #A0A0A0. Windows color (decimal): -6971945 or 14130581. OLE color: 14130581.

HSL color Cylindrical-coordinate representation of color #959DD7: hue angle of 232.73º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #959DD7 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB149157215-
CMYK0.310.2700.16
HSL232.73º45.21%71.37%-
HSV(B)232.73º30.7%84.31%-
XYZ36.7235.4169.19-
YUV161.22158.35119.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.60%
GREEN value IS 157 (61.72% from 255) = 30.13%
BLUE value IS 215 (84.38% from 255) = 41.27%
R=28.60%
G=30.13%
B=41.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1491572150.310.2700.16232.7345.2171.37
Hex959DD71F1B010e92d47
Octal225235327373302035155107
Binary1001010110011101110101111111111011010000111010011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,157,215); }

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

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

 a { background-color: rgb(149,157,215); }

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

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

 span { border-color: rgb(149,157,215); }

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