#8F92EF

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

Shades of Portage #8F92EF

Tints of Portage #8F92EF

Color information

#8F92EF (or 0x8F92EF) is unknown color: approx Portage. HEX triplet: 8F, 92 and EF. RGB value is (143,146,239). Sum of RGB (Red+Green+Blue) = 143+146+239=528 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.08% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F92EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F92EF is #706D10. Grayscale: #9B9B9B. Windows color (decimal): -7367953 or 15700623. OLE color: 15700623.

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

Color convert

RGB143146239-
CMYK0.400.3900.06
HSL238.12º75%74.9%-
HSV(B)238.12º40.17%93.73%-
XYZ37.1932.6386-
YUV155.71175.01118.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.08%
GREEN value IS 146 (57.42% from 255) = 27.65%
BLUE value IS 239 (93.75% from 255) = 45.27%
R=27.08%
G=27.65%
B=45.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1431462390.400.3900.06238.127574.9
Hex8F92EF282706ee4b4b
Octal217222357504706356113113
Binary10001111100100101110111110100010011101101110111010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F92EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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