Html Css Color HEX #8E99CA Portage

📋 copy color: '#8E99CA'

red 142 ◦ green 153 ◦ blue 202

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

Shades of Portage #8E99CA

Tints of Portage #8E99CA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.78%

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

R = 28.57%
G = 30.78%
B = 40.64%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8E99CA (or 0x8E99CA) is known color: Portage. HEX triplet: 8E, 99 and CA. RGB value is (142,153,202). Sum of RGB (Red+Green+Blue) = 142+153+202=497 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.57% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E99CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E99CA is #716635. Grayscale: #9B9B9B. Windows color (decimal): -7431734 or 13277582. OLE color: 13277582.

HSL color Cylindrical-coordinate representation of color #8E99CA: hue angle of 229º 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 #8E99CA is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 153 202 -
CMYK 0.30 0.24 0 0.21
HSL 229º 0.36% 0.67% -
HSV(B) 229º 0.3% 0.79% -
XYZ 33.21 32.8 60.46 -
YUV 155.3 154.36 118.52 -
System Red Green Blue C M Y K H S L
Decimal 142 153 202 0.30 0.24 0 0.21 229 0.36 0.67
Hex 8E 99 CA 1E 18 0 15 E5 24 43
Octal 216 231 312 36 30 0 25 345 44 103
Binary 10001110 10011001 11001010 11110 11000 0 10101 11100101 100100 1000011

Color Harmonies of #8E99CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E99CA

Black with #8E99CA

Text Example


Text Example

White with #8E99CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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