Html Css Color HEX #8E9BDC Portage

📋 copy color: '#8E9BDC'

red 142 ◦ green 155 ◦ blue 220

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

Shades of Portage #8E9BDC

Tints of Portage #8E9BDC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.98%

 BLUE value IS 220 (86.33% from 255) = 42.55%

R = 27.47%
G = 29.98%
B = 42.55%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E9BDC (or 0x8E9BDC) is known color: Portage. HEX triplet: 8E, 9B and DC. RGB value is (142,155,220). Sum of RGB (Red+Green+Blue) = 142+155+220=517 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.47% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E9BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9BDC is #716423. Grayscale: #9E9E9E. Windows color (decimal): -7431204 or 14457742. OLE color: 14457742.

HSL color Cylindrical-coordinate representation of color #8E9BDC: hue angle of 230º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E9BDC is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 155 220 -
CMYK 0.35 0.30 0 0.14
HSL 230º 0.53% 0.71% -
HSV(B) 230º 0.35% 0.86% -
XYZ 35.79 34.36 72.46 -
YUV 158.52 162.69 116.21 -
System Red Green Blue C M Y K H S L
Decimal 142 155 220 0.35 0.30 0 0.14 230 0.53 0.71
Hex 8E 9B DC 23 1E 0 E E6 35 47
Octal 216 233 334 43 36 0 16 346 65 107
Binary 10001110 10011011 11011100 100011 11110 0 1110 11100110 110101 1000111

Color Harmonies of #8E9BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9BDC

Black with #8E9BDC

Text Example


Text Example

White with #8E9BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,155,220); }

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

background-color css

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

 a { background-color: rgb(142,155,220); }

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

border-color css

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

 span { border-color: rgb(142,155,220); }

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