Html Css Color HEX #8996CB Portage

📋 copy color: '#8996CB'

red 137 ◦ green 150 ◦ blue 203

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

Shades of Portage #8996CB

Tints of Portage #8996CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.43%

R = 27.96%
G = 30.61%
B = 41.43%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8996CB (or 0x8996CB) is known color: Portage. HEX triplet: 89, 96 and CB. RGB value is (137,150,203). Sum of RGB (Red+Green+Blue) = 137+150+203=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #8996CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8996CB is #766934. Grayscale: #979797. Windows color (decimal): -7760181 or 13342345. OLE color: 13342345.

HSL color Cylindrical-coordinate representation of color #8996CB: hue angle of 228.18º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8996CB is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 150 203 -
CMYK 0.33 0.26 0 0.20
HSL 228.18º 0.39% 0.67% -
HSV(B) 228.18º 0.33% 0.8% -
XYZ 32 31.44 60.88 -
YUV 152.16 156.69 117.19 -
System Red Green Blue C M Y K H S L
Decimal 137 150 203 0.33 0.26 0 0.20 228.18 0.39 0.67
Hex 89 96 CB 21 1A 0 14 E4 27 43
Octal 211 226 313 41 32 0 24 344 47 103
Binary 10001001 10010110 11001011 100001 11010 0 10100 11100100 100111 1000011

Color Harmonies of #8996CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8996CB

Black with #8996CB

Text Example


Text Example

White with #8996CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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