#8F92EC

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

Shades of Portage #8F92EC

Tints of Portage #8F92EC

Color information

#8F92EC (or 0x8F92EC) is unknown color: approx Portage. HEX triplet: 8F, 92 and EC. RGB value is (143,146,236). Sum of RGB (Red+Green+Blue) = 143+146+236=525 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.24% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F92EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F92EC is #706D13. Grayscale: #9B9B9B. Windows color (decimal): -7367956 or 15504015. OLE color: 15504015.

HSL color Cylindrical-coordinate representation of color #8F92EC: hue angle of 238.06º 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 #8F92EC is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143146236-
CMYK0.390.3800.07
HSL238.06º70.99%74.31%-
HSV(B)238.06º39.41%92.55%-
XYZ36.7532.4583.68-
YUV155.36173.51119.18-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.24%
GREEN value IS 146 (57.42% from 255) = 27.81%
BLUE value IS 236 (92.58% from 255) = 44.95%
R=27.24%
G=27.81%
B=44.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1431462360.390.3800.07238.0670.9974.31
Hex8F92EC272607ee474a
Octal217222354474607356107112
Binary10001111100100101110110010011110011001111110111010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F92EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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