Html Css Color HEX #8996EA Portage

📋 copy color: '#8996EA'

red 137 ◦ green 150 ◦ blue 234

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

Shades of Portage #8996EA

Tints of Portage #8996EA

RGB

 RED value IS 137 (53.91% from 255) = 26.3%

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

 BLUE value IS 234 (91.8% from 255) = 44.91%

R = 26.3%
G = 28.79%
B = 44.91%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8996EA (or 0x8996EA) is known color: Portage. HEX triplet: 89, 96 and EA. RGB value is (137,150,234). Sum of RGB (Red+Green+Blue) = 137+150+234=521 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.30% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #8996EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8996EA is #766915. Grayscale: #9B9B9B. Windows color (decimal): -7760150 or 15373961. OLE color: 15373961.

HSL color Cylindrical-coordinate representation of color #8996EA: hue angle of 231.96º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8996EA is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 137 150 234 -
CMYK 0.41 0.36 0 0.08
HSL 231.96º 0.7% 0.73% -
HSV(B) 231.96º 0.41% 0.92% -
XYZ 36.07 33.07 82.32 -
YUV 155.69 172.19 114.67 -
System Red Green Blue C M Y K H S L
Decimal 137 150 234 0.41 0.36 0 0.08 231.96 0.7 0.73
Hex 89 96 EA 29 24 0 8 E8 46 49
Octal 211 226 352 51 44 0 10 350 106 111
Binary 10001001 10010110 11101010 101001 100100 0 1000 11101000 1000110 1001001

Color Harmonies of #8996EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8996EA

Black with #8996EA

Text Example


Text Example

White with #8996EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8996EA; }

 p { color: rgb(137,150,234); }

 H1.HeaderClassName
 {
   color: #8996EA;
 }
 .AnyTagClassName
 {
   color: #8996EA;
 }
</style>

background-color css

<style>
 a { background-color: #8996EA; }

 a { background-color: rgb(137,150,234); }

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

border-color css

<style>
 span { border-color: #8996EA; }

 span { border-color: rgb(137,150,234); }

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