Html Css Color HEX #8996EC Portage

📋 copy color: '#8996EC'

red 137 ◦ green 150 ◦ blue 236

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

Shades of Portage #8996EC

Tints of Portage #8996EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.12%

R = 26.2%
G = 28.68%
B = 45.12%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8996EC (or 0x8996EC) is known color: Portage. HEX triplet: 89, 96 and EC. RGB value is (137,150,236). Sum of RGB (Red+Green+Blue) = 137+150+236=523 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.20% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #8996EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8996EC is #766913. Grayscale: #9B9B9B. Windows color (decimal): -7760148 or 15505033. OLE color: 15505033.

HSL color Cylindrical-coordinate representation of color #8996EC: hue angle of 232.12º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8996EC is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 150 236 -
CMYK 0.42 0.36 0 0.07
HSL 232.12º 0.72% 0.73% -
HSV(B) 232.12º 0.42% 0.93% -
XYZ 36.36 33.19 83.85 -
YUV 155.92 173.19 114.51 -
System Red Green Blue C M Y K H S L
Decimal 137 150 236 0.42 0.36 0 0.07 232.12 0.72 0.73
Hex 89 96 EC 2A 24 0 7 E8 48 49
Octal 211 226 354 52 44 0 7 350 110 111
Binary 10001001 10010110 11101100 101010 100100 0 111 11101000 1001000 1001001

Color Harmonies of #8996EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8996EC

Black with #8996EC

Text Example


Text Example

White with #8996EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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