#8f95ef

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

Shades of Portage #8F95EF

Tints of Portage #8F95EF

Color information

#8F95EF (or 0x8F95EF) is unknown color: approx Portage. HEX triplet: 8F, 95 and EF. RGB value is (143,149,239). Sum of RGB (Red+Green+Blue) = 143+149+239=531 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.93% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F95EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F95EF is #706A10. Grayscale: #9D9D9D. Windows color (decimal): -7367185 or 15701391. OLE color: 15701391.

HSL color Cylindrical-coordinate representation of color #8F95EF: hue angle of 236.25º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F95EF is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB143149239-
CMYK0.400.3800.06
HSL236.25º75%74.9%-
HSV(B)236.25º40.17%93.73%-
XYZ37.6633.5786.16-
YUV157.47174.01117.68-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.93%
GREEN value IS 149 (58.59% from 255) = 28.06%
BLUE value IS 239 (93.75% from 255) = 45.01%
R=26.93%
G=28.06%
B=45.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1431492390.400.3800.06236.257574.9
Hex8F95EF282606ec4b4b
Octal217225357504606354113113
Binary10001111100101011110111110100010011001101110110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f95ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8f95ef; }

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

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

<style>
 a { background-color: #8f95ef; }

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

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

<style>
 span { border-color: #8f95ef; }

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

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