Html Css Color HEX #8E98DD Portage

📋 copy color: '#8E98DD'

red 142 ◦ green 152 ◦ blue 221

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

Shades of Portage #8E98DD

Tints of Portage #8E98DD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.51%

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

R = 27.57%
G = 29.51%
B = 42.91%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E98DD (or 0x8E98DD) is known color: Portage. HEX triplet: 8E, 98 and DD. RGB value is (142,152,221). Sum of RGB (Red+Green+Blue) = 142+152+221=515 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.57% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E98DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E98DD is #716722. Grayscale: #9C9C9C. Windows color (decimal): -7431971 or 14522510. OLE color: 14522510.

HSL color Cylindrical-coordinate representation of color #8E98DD: hue angle of 232.41º 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 #8E98DD is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 152 221 -
CMYK 0.36 0.31 0 0.13
HSL 232.41º 0.54% 0.71% -
HSV(B) 232.41º 0.36% 0.87% -
XYZ 35.43 33.43 72.99 -
YUV 156.88 164.19 117.39 -
System Red Green Blue C M Y K H S L
Decimal 142 152 221 0.36 0.31 0 0.13 232.41 0.54 0.71
Hex 8E 98 DD 24 1F 0 D E8 36 47
Octal 216 230 335 44 37 0 15 350 66 107
Binary 10001110 10011000 11011101 100100 11111 0 1101 11101000 110110 1000111

Color Harmonies of #8E98DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E98DD

Black with #8E98DD

Text Example


Text Example

White with #8E98DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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