Html Css Color HEX #8E96CD Portage

📋 copy color: '#8E96CD'

red 142 ◦ green 150 ◦ blue 205

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

Shades of Portage #8E96CD

Tints of Portage #8E96CD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.18%

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

R = 28.57%
G = 30.18%
B = 41.25%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E96CD (or 0x8E96CD) is known color: Portage. HEX triplet: 8E, 96 and CD. RGB value is (142,150,205). Sum of RGB (Red+Green+Blue) = 142+150+205=497 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.57% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E96CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E96CD is #716932. Grayscale: #999999. Windows color (decimal): -7432499 or 13473422. OLE color: 13473422.

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

Color convert

RGB 142 150 205 -
CMYK 0.31 0.27 0 0.20
HSL 232.38º 0.39% 0.68% -
HSV(B) 232.38º 0.31% 0.8% -
XYZ 33.08 31.97 62.19 -
YUV 153.88 156.85 119.53 -
System Red Green Blue C M Y K H S L
Decimal 142 150 205 0.31 0.27 0 0.20 232.38 0.39 0.68
Hex 8E 96 CD 1F 1B 0 14 E8 27 44
Octal 216 226 315 37 33 0 24 350 47 104
Binary 10001110 10010110 11001101 11111 11011 0 10100 11101000 100111 1000100

Color Harmonies of #8E96CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E96CD

Black with #8E96CD

Text Example


Text Example

White with #8E96CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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