Html Css Color HEX #8E95CE Portage

📋 copy color: '#8E95CE'

red 142 ◦ green 149 ◦ blue 206

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

Shades of Portage #8E95CE

Tints of Portage #8E95CE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.98%

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 28.57%
G = 29.98%
B = 41.45%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E95CE (or 0x8E95CE) is known color: Portage. HEX triplet: 8E, 95 and CE. RGB value is (142,149,206). Sum of RGB (Red+Green+Blue) = 142+149+206=497 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.57% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E95CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E95CE is #716A31. Grayscale: #999999. Windows color (decimal): -7432754 or 13538702. OLE color: 13538702.

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

Color convert

RGB 142 149 206 -
CMYK 0.31 0.28 0 0.19
HSL 233.44º 0.4% 0.68% -
HSV(B) 233.44º 0.31% 0.81% -
XYZ 33.04 31.7 62.77 -
YUV 153.41 157.68 119.87 -
System Red Green Blue C M Y K H S L
Decimal 142 149 206 0.31 0.28 0 0.19 233.44 0.4 0.68
Hex 8E 95 CE 1F 1C 0 13 E9 28 44
Octal 216 225 316 37 34 0 23 351 50 104
Binary 10001110 10010101 11001110 11111 11100 0 10011 11101001 101000 1000100

Color Harmonies of #8E95CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E95CE

Black with #8E95CE

Text Example


Text Example

White with #8E95CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,149,206); }

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

background-color css

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

 a { background-color: rgb(142,149,206); }

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

border-color css

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

 span { border-color: rgb(142,149,206); }

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