Html Css Color HEX #8E97CC Portage

📋 copy color: '#8E97CC'

red 142 ◦ green 151 ◦ blue 204

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

Shades of Portage #8E97CC

Tints of Portage #8E97CC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.38%

 BLUE value IS 204 (80.08% from 255) = 41.05%

R = 28.57%
G = 30.38%
B = 41.05%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8E97CC (or 0x8E97CC) is known color: Portage. HEX triplet: 8E, 97 and CC. RGB value is (142,151,204). Sum of RGB (Red+Green+Blue) = 142+151+204=497 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.57% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E97CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E97CC is #716833. Grayscale: #9A9A9A. Windows color (decimal): -7432244 or 13408142. OLE color: 13408142.

HSL color Cylindrical-coordinate representation of color #8E97CC: hue angle of 231.29º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E97CC is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 142 151 204 -
CMYK 0.30 0.26 0 0.2
HSL 231.29º 0.38% 0.68% -
HSV(B) 231.29º 0.3% 0.8% -
XYZ 33.12 32.24 61.6 -
YUV 154.35 156.02 119.19 -
System Red Green Blue C M Y K H S L
Decimal 142 151 204 0.30 0.26 0 0.2 231.29 0.38 0.68
Hex 8E 97 CC 1E 1A 0 14 E7 26 44
Octal 216 227 314 36 32 0 24 347 46 104
Binary 10001110 10010111 11001100 11110 11010 0 10100 11100111 100110 1000100

Color Harmonies of #8E97CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E97CC

Black with #8E97CC

Text Example


Text Example

White with #8E97CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,151,204); }

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

background-color css

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

 a { background-color: rgb(142,151,204); }

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

border-color css

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

 span { border-color: rgb(142,151,204); }

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