Html Css Color HEX #8996DA Portage

📋 copy color: '#8996DA'

red 137 ◦ green 150 ◦ blue 218

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

Shades of Portage #8996DA

Tints of Portage #8996DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.17%

R = 27.13%
G = 29.7%
B = 43.17%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8996DA (or 0x8996DA) is known color: Portage. HEX triplet: 89, 96 and DA. RGB value is (137,150,218). Sum of RGB (Red+Green+Blue) = 137+150+218=505 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.13% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #8996DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8996DA is #766925. Grayscale: #999999. Windows color (decimal): -7760166 or 14325385. OLE color: 14325385.

HSL color Cylindrical-coordinate representation of color #8996DA: hue angle of 230.37º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8996DA is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 137 150 218 -
CMYK 0.37 0.31 0 0.15
HSL 230.37º 0.52% 0.7% -
HSV(B) 230.37º 0.37% 0.85% -
XYZ 33.88 32.19 70.76 -
YUV 153.87 164.19 115.97 -
System Red Green Blue C M Y K H S L
Decimal 137 150 218 0.37 0.31 0 0.15 230.37 0.52 0.7
Hex 89 96 DA 25 1F 0 F E6 34 46
Octal 211 226 332 45 37 0 17 346 64 106
Binary 10001001 10010110 11011010 100101 11111 0 1111 11100110 110100 1000110

Color Harmonies of #8996DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8996DA

Black with #8996DA

Text Example


Text Example

White with #8996DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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