Html Css Color HEX #8E9CCD Portage

📋 copy color: '#8E9CCD'

red 142 ◦ green 156 ◦ blue 205

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

Shades of Portage #8E9CCD

Tints of Portage #8E9CCD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.01%

 BLUE value IS 205 (80.47% from 255) = 40.76%

R = 28.23%
G = 31.01%
B = 40.76%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E9CCD (or 0x8E9CCD) is known color: Portage. HEX triplet: 8E, 9C and CD. RGB value is (142,156,205). Sum of RGB (Red+Green+Blue) = 142+156+205=503 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.23% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E9CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9CCD is #716332. Grayscale: #9D9D9D. Windows color (decimal): -7430963 or 13474958. OLE color: 13474958.

HSL color Cylindrical-coordinate representation of color #8E9CCD: hue angle of 226.67º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E9CCD is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 156 205 -
CMYK 0.31 0.24 0 0.20
HSL 226.67º 0.39% 0.68% -
HSV(B) 226.67º 0.31% 0.8% -
XYZ 34.06 33.94 62.51 -
YUV 157.4 154.86 117.02 -
System Red Green Blue C M Y K H S L
Decimal 142 156 205 0.31 0.24 0 0.20 226.67 0.39 0.68
Hex 8E 9C CD 1F 18 0 14 E3 27 44
Octal 216 234 315 37 30 0 24 343 47 104
Binary 10001110 10011100 11001101 11111 11000 0 10100 11100011 100111 1000100

Color Harmonies of #8E9CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9CCD

Black with #8E9CCD

Text Example


Text Example

White with #8E9CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,156,205); }

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

background-color css

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

 a { background-color: rgb(142,156,205); }

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

border-color css

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

 span { border-color: rgb(142,156,205); }

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