Html Css Color HEX #8E99CF Portage

📋 copy color: '#8E99CF'

red 142 ◦ green 153 ◦ blue 207

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

Shades of Portage #8E99CF

Tints of Portage #8E99CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.24%

R = 28.29%
G = 30.48%
B = 41.24%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E99CF (or 0x8E99CF) is known color: Portage. HEX triplet: 8E, 99 and CF. RGB value is (142,153,207). Sum of RGB (Red+Green+Blue) = 142+153+207=502 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.29% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E99CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E99CF is #716630. Grayscale: #9B9B9B. Windows color (decimal): -7431729 or 13605262. OLE color: 13605262.

HSL color Cylindrical-coordinate representation of color #8E99CF: hue angle of 229.85º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E99CF is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 153 207 -
CMYK 0.31 0.26 0 0.19
HSL 229.85º 0.4% 0.68% -
HSV(B) 229.85º 0.31% 0.81% -
XYZ 33.81 33.04 63.63 -
YUV 155.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 142 153 207 0.31 0.26 0 0.19 229.85 0.4 0.68
Hex 8E 99 CF 1F 1A 0 13 E6 28 44
Octal 216 231 317 37 32 0 23 346 50 104
Binary 10001110 10011001 11001111 11111 11010 0 10011 11100110 101000 1000100

Color Harmonies of #8E99CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E99CF

Black with #8E99CF

Text Example


Text Example

White with #8E99CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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