Html Css Color HEX #8E92EC Portage

📋 copy color: '#8E92EC'

red 142 ◦ green 146 ◦ blue 236

#8E92EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #8E92EC

Tints of Portage #8E92EC

RGB

 RED value IS 142 (55.86% from 255) = 27.1%

 GREEN value IS 146 (57.42% from 255) = 27.86%

 BLUE value IS 236 (92.58% from 255) = 45.04%

R = 27.1%
G = 27.86%
B = 45.04%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8E92EC (or 0x8E92EC) is known color: Portage. HEX triplet: 8E, 92 and EC. RGB value is (142,146,236). Sum of RGB (Red+Green+Blue) = 142+146+236=524 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.10% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E92EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E92EC is #716D13. Grayscale: #9A9A9A. Windows color (decimal): -7433492 or 15504014. OLE color: 15504014.

HSL color Cylindrical-coordinate representation of color #8E92EC: hue angle of 237.45º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E92EC is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 146 236 -
CMYK 0.40 0.38 0 0.07
HSL 237.45º 0.71% 0.74% -
HSV(B) 237.45º 0.4% 0.93% -
XYZ 36.57 32.36 83.68 -
YUV 155.06 173.67 118.68 -
System Red Green Blue C M Y K H S L
Decimal 142 146 236 0.40 0.38 0 0.07 237.45 0.71 0.74
Hex 8E 92 EC 28 26 0 7 ED 47 4A
Octal 216 222 354 50 46 0 7 355 107 112
Binary 10001110 10010010 11101100 101000 100110 0 111 11101101 1000111 1001010

Color Harmonies of #8E92EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E92EC

Black with #8E92EC

Text Example


Text Example

White with #8E92EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E92EC;
 }
 .AnyTagClassName
 {
   color: #8E92EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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