Html Css Color HEX #8E9FCD Portage

📋 copy color: '#8E9FCD'

red 142 ◦ green 159 ◦ blue 205

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

Shades of Portage #8E9FCD

Tints of Portage #8E9FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.42%

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

R = 28.06%
G = 31.42%
B = 40.51%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E9FCD (or 0x8E9FCD) is known color: Portage. HEX triplet: 8E, 9F and CD. RGB value is (142,159,205). Sum of RGB (Red+Green+Blue) = 142+159+205=506 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.06% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E9FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9FCD is #716032. Grayscale: #9E9E9E. Windows color (decimal): -7430195 or 13475726. OLE color: 13475726.

HSL color Cylindrical-coordinate representation of color #8E9FCD: hue angle of 223.81º 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 #8E9FCD is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 159 205 -
CMYK 0.31 0.22 0 0.20
HSL 223.81º 0.39% 0.68% -
HSV(B) 223.81º 0.31% 0.8% -
XYZ 34.57 34.95 62.68 -
YUV 159.16 153.87 115.76 -
System Red Green Blue C M Y K H S L
Decimal 142 159 205 0.31 0.22 0 0.20 223.81 0.39 0.68
Hex 8E 9F CD 1F 16 0 14 E0 27 44
Octal 216 237 315 37 26 0 24 340 47 104
Binary 10001110 10011111 11001101 11111 10110 0 10100 11100000 100111 1000100

Color Harmonies of #8E9FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9FCD

Black with #8E9FCD

Text Example


Text Example

White with #8E9FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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