#959EEC

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

Shades of Portage #959EEC

Tints of Portage #959EEC

Color information

#959EEC (or 0x959EEC) is unknown color: approx Portage. HEX triplet: 95, 9E and EC. RGB value is (149,158,236). Sum of RGB (Red+Green+Blue) = 149+158+236=543 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.44% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #959EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959EEC is #6A6113. Grayscale: #A3A3A3. Windows color (decimal): -6971668 or 15507093. OLE color: 15507093.

HSL color Cylindrical-coordinate representation of color #959EEC: hue angle of 233.79º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #959EEC is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB149158236-
CMYK0.370.3300.07
HSL233.79º69.6%75.49%-
HSV(B)233.79º36.86%92.55%-
XYZ39.7636.984.38-
YUV164.2168.52117.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.44%
GREEN value IS 158 (62.11% from 255) = 29.10%
BLUE value IS 236 (92.58% from 255) = 43.46%
R=27.44%
G=29.10%
B=43.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1491582360.370.3300.07233.7969.675.49
Hex959EEC252107ea464b
Octal225236354454107352106113
Binary10010101100111101110110010010110000101111110101010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,158,236); }

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

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

 a { background-color: rgb(149,158,236); }

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

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

 span { border-color: rgb(149,158,236); }

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