#8F92EA

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

Shades of Portage #8F92EA

Tints of Portage #8F92EA

Color information

#8F92EA (or 0x8F92EA) is unknown color: approx Portage. HEX triplet: 8F, 92 and EA. RGB value is (143,146,234). Sum of RGB (Red+Green+Blue) = 143+146+234=523 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.34% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F92EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F92EA is #706D15. Grayscale: #9A9A9A. Windows color (decimal): -7367958 or 15372943. OLE color: 15372943.

HSL color Cylindrical-coordinate representation of color #8F92EA: hue angle of 238.02º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F92EA is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB143146234-
CMYK0.390.3800.08
HSL238.02º68.42%73.92%-
HSV(B)238.02º38.89%91.76%-
XYZ36.4632.3482.16-
YUV155.14172.51119.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.34%
GREEN value IS 146 (57.42% from 255) = 27.92%
BLUE value IS 234 (91.80% from 255) = 44.74%
R=27.34%
G=27.92%
B=44.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1431462340.390.3800.08238.0268.4273.92
Hex8F92EA272608ee444a
Octal2172223524746010356104112
Binary100011111001001011101010100111100110010001110111010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F92EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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