#959DE2

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

Shades of Portage #959DE2

Tints of Portage #959DE2

Color information

#959DE2 (or 0x959DE2) is unknown color: approx Portage. HEX triplet: 95, 9D and E2. RGB value is (149,157,226). Sum of RGB (Red+Green+Blue) = 149+157+226=532 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.01% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 226 (88.67% from 255 or 42.48% from 532); Max value from RGB is 226 - color contains mainly: blue. Hex color #959DE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959DE2 is #6A621D. Grayscale: #A2A2A2. Windows color (decimal): -6971934 or 14851477. OLE color: 14851477.

HSL color Cylindrical-coordinate representation of color #959DE2: hue angle of 233.77º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #959DE2 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB149157226-
CMYK0.340.3100.11
HSL233.77º57.04%73.53%-
HSV(B)233.77º34.07%88.63%-
XYZ38.1835.9976.89-
YUV162.47163.85118.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.01%
GREEN value IS 157 (61.72% from 255) = 29.51%
BLUE value IS 226 (88.67% from 255) = 42.48%
R=28.01%
G=29.51%
B=42.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1491572260.340.3100.11233.7757.0473.53
Hex959DE2221F0Bea394a
Octal225235342423701335271112
Binary1001010110011101111000101000101111101011111010101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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