Html Css Color HEX #8E9DCA Portage

📋 copy color: '#8E9DCA'

red 142 ◦ green 157 ◦ blue 202

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

Shades of Portage #8E9DCA

Tints of Portage #8E9DCA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.34%

 BLUE value IS 202 (79.3% from 255) = 40.32%

R = 28.34%
G = 31.34%
B = 40.32%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8E9DCA (or 0x8E9DCA) is known color: Portage. HEX triplet: 8E, 9D and CA. RGB value is (142,157,202). Sum of RGB (Red+Green+Blue) = 142+157+202=501 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.34% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E9DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9DCA is #716235. Grayscale: #9D9D9D. Windows color (decimal): -7430710 or 13278606. OLE color: 13278606.

HSL color Cylindrical-coordinate representation of color #8E9DCA: hue angle of 225º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E9DCA is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 157 202 -
CMYK 0.30 0.22 0 0.21
HSL 225º 0.36% 0.67% -
HSV(B) 225º 0.3% 0.79% -
XYZ 33.87 34.13 60.68 -
YUV 157.65 153.03 116.84 -
System Red Green Blue C M Y K H S L
Decimal 142 157 202 0.30 0.22 0 0.21 225 0.36 0.67
Hex 8E 9D CA 1E 16 0 15 E1 24 43
Octal 216 235 312 36 26 0 25 341 44 103
Binary 10001110 10011101 11001010 11110 10110 0 10101 11100001 100100 1000011

Color Harmonies of #8E9DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9DCA

Black with #8E9DCA

Text Example


Text Example

White with #8E9DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,157,202); }

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

background-color css

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

 a { background-color: rgb(142,157,202); }

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

border-color css

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

 span { border-color: rgb(142,157,202); }

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