#959FD2

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

Shades of Portage #959FD2

Tints of Portage #959FD2

Color information

#959FD2 (or 0x959FD2) is unknown color: approx Portage. HEX triplet: 95, 9F and D2. RGB value is (149,159,210). Sum of RGB (Red+Green+Blue) = 149+159+210=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 210 - color contains mainly: blue. Hex color #959FD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FD2 is #6A602D. Grayscale: #A1A1A1. Windows color (decimal): -6971438 or 13803413. OLE color: 13803413.

HSL color Cylindrical-coordinate representation of color #959FD2: hue angle of 230.16º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #959FD2 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB149159210-
CMYK0.290.2400.18
HSL230.16º40.4%70.39%-
HSV(B)230.16º29.05%82.35%-
XYZ36.4335.8465.97-
YUV161.82155.19118.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.76%
GREEN value IS 159 (62.5% from 255) = 30.69%
BLUE value IS 210 (82.42% from 255) = 40.54%
R=28.76%
G=30.69%
B=40.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1491592100.290.2400.18230.1640.470.39
Hex959FD21D18012e62846
Octal225237322353002234650106
Binary1001010110011111110100101110111000010010111001101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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