Html Css Color HEX #8E96CA Portage

📋 copy color: '#8E96CA'

red 142 ◦ green 150 ◦ blue 202

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

Shades of Portage #8E96CA

Tints of Portage #8E96CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.89%

R = 28.74%
G = 30.36%
B = 40.89%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8E96CA (or 0x8E96CA) is known color: Portage. HEX triplet: 8E, 96 and CA. RGB value is (142,150,202). Sum of RGB (Red+Green+Blue) = 142+150+202=494 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.74% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E96CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E96CA is #716935. Grayscale: #999999. Windows color (decimal): -7432502 or 13276814. OLE color: 13276814.

HSL color Cylindrical-coordinate representation of color #8E96CA: hue angle of 232º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E96CA is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 150 202 -
CMYK 0.30 0.26 0 0.21
HSL 232º 0.36% 0.67% -
HSV(B) 232º 0.3% 0.79% -
XYZ 32.72 31.83 60.3 -
YUV 153.54 155.35 119.77 -
System Red Green Blue C M Y K H S L
Decimal 142 150 202 0.30 0.26 0 0.21 232 0.36 0.67
Hex 8E 96 CA 1E 1A 0 15 E8 24 43
Octal 216 226 312 36 32 0 25 350 44 103
Binary 10001110 10010110 11001010 11110 11010 0 10101 11101000 100100 1000011

Color Harmonies of #8E96CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E96CA

Black with #8E96CA

Text Example


Text Example

White with #8E96CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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