#958FEC

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

Shades of Portage #958FEC

Tints of Portage #958FEC

Color information

#958FEC (or 0x958FEC) is unknown color: approx Portage. HEX triplet: 95, 8F and EC. RGB value is (149,143,236). Sum of RGB (Red+Green+Blue) = 149+143+236=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #958FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958FEC is #6A7013. Grayscale: #9B9B9B. Windows color (decimal): -6975508 or 15503253. OLE color: 15503253.

HSL color Cylindrical-coordinate representation of color #958FEC: hue angle of 243.87º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #958FEC is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB149143236-
CMYK0.370.3900.07
HSL243.87º70.99%74.31%-
HSV(B)243.87º39.41%92.55%-
XYZ37.3632.0983.58-
YUV155.4173.49123.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.22%
GREEN value IS 143 (56.25% from 255) = 27.08%
BLUE value IS 236 (92.58% from 255) = 44.70%
R=28.22%
G=27.08%
B=44.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1491432360.370.3900.07243.8770.9974.31
Hex958FEC252707f4474a
Octal225217354454707364107112
Binary10010101100011111110110010010110011101111111010010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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