Html Css Color HEX #8E9CDF Portage

📋 copy color: '#8E9CDF'

red 142 ◦ green 156 ◦ blue 223

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

Shades of Portage #8E9CDF

Tints of Portage #8E9CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.8%

R = 27.26%
G = 29.94%
B = 42.8%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E9CDF (or 0x8E9CDF) is known color: Portage. HEX triplet: 8E, 9C and DF. RGB value is (142,156,223). Sum of RGB (Red+Green+Blue) = 142+156+223=521 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.26% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E9CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9CDF is #716320. Grayscale: #9F9F9F. Windows color (decimal): -7430945 or 14654606. OLE color: 14654606.

HSL color Cylindrical-coordinate representation of color #8E9CDF: hue angle of 229.63º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E9CDF is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 156 223 -
CMYK 0.36 0.30 0 0.13
HSL 229.63º 0.56% 0.72% -
HSV(B) 229.63º 0.36% 0.87% -
XYZ 36.36 34.86 74.62 -
YUV 159.45 163.86 115.55 -
System Red Green Blue C M Y K H S L
Decimal 142 156 223 0.36 0.30 0 0.13 229.63 0.56 0.72
Hex 8E 9C DF 24 1E 0 D E6 38 48
Octal 216 234 337 44 36 0 15 346 70 110
Binary 10001110 10011100 11011111 100100 11110 0 1101 11100110 111000 1001000

Color Harmonies of #8E9CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9CDF

Black with #8E9CDF

Text Example


Text Example

White with #8E9CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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