#959FD0

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

Shades of Portage #959FD0

Tints of Portage #959FD0

Color information

#959FD0 (or 0x959FD0) is unknown color: approx Portage. HEX triplet: 95, 9F and D0. RGB value is (149,159,208). Sum of RGB (Red+Green+Blue) = 149+159+208=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 208 - color contains mainly: blue. Hex color #959FD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FD0 is #6A602F. Grayscale: #A1A1A1. Windows color (decimal): -6971440 or 13672341. OLE color: 13672341.

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

Color convert

RGB149159208-
CMYK0.280.2400.18
HSL229.83º38.56%70%-
HSV(B)229.83º28.37%81.57%-
XYZ36.1835.7464.67-
YUV161.6154.19119.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.88%
GREEN value IS 159 (62.5% from 255) = 30.81%
BLUE value IS 208 (81.64% from 255) = 40.31%
R=28.88%
G=30.81%
B=40.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1491592080.280.2400.18229.8338.5670
Hex959FD01C18012e62746
Octal225237320343002234647106
Binary1001010110011111110100001110011000010010111001101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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