#959FEC

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

Shades of Portage #959FEC

Tints of Portage #959FEC

Color information

#959FEC (or 0x959FEC) is unknown color: approx Portage. HEX triplet: 95, 9F and EC. RGB value is (149,159,236). Sum of RGB (Red+Green+Blue) = 149+159+236=544 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.39% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #959FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959FEC is #6A6013. Grayscale: #A4A4A4. Windows color (decimal): -6971412 or 15507349. OLE color: 15507349.

HSL color Cylindrical-coordinate representation of color #959FEC: hue angle of 233.1º 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 #959FEC is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB149159236-
CMYK0.370.3300.07
HSL233.1º69.6%75.49%-
HSV(B)233.1º36.86%92.55%-
XYZ39.9337.2484.44-
YUV164.79168.19116.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.39%
GREEN value IS 159 (62.5% from 255) = 29.23%
BLUE value IS 236 (92.58% from 255) = 43.38%
R=27.39%
G=29.23%
B=43.38%

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
Decimal1491592360.370.3300.07233.169.675.49
Hex959FEC252107e9464b
Octal225237354454107351106113
Binary10010101100111111110110010010110000101111110100110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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