Html Css Color HEX #8E92DD Portage

📋 copy color: '#8E92DD'

red 142 ◦ green 146 ◦ blue 221

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

Shades of Portage #8E92DD

Tints of Portage #8E92DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.42%

R = 27.9%
G = 28.68%
B = 43.42%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E92DD (or 0x8E92DD) is known color: Portage. HEX triplet: 8E, 92 and DD. RGB value is (142,146,221). Sum of RGB (Red+Green+Blue) = 142+146+221=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E92DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E92DD is #716D22. Grayscale: #999999. Windows color (decimal): -7433507 or 14520974. OLE color: 14520974.

HSL color Cylindrical-coordinate representation of color #8E92DD: hue angle of 236.96º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E92DD is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 146 221 -
CMYK 0.36 0.34 0 0.13
HSL 236.96º 0.54% 0.71% -
HSV(B) 236.96º 0.36% 0.87% -
XYZ 34.49 31.53 72.67 -
YUV 153.35 166.17 119.9 -
System Red Green Blue C M Y K H S L
Decimal 142 146 221 0.36 0.34 0 0.13 236.96 0.54 0.71
Hex 8E 92 DD 24 22 0 D ED 36 47
Octal 216 222 335 44 42 0 15 355 66 107
Binary 10001110 10010010 11011101 100100 100010 0 1101 11101101 110110 1000111

Color Harmonies of #8E92DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E92DD

Black with #8E92DD

Text Example


Text Example

White with #8E92DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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