Html Css Color HEX #8896CB Portage

📋 copy color: '#8896CB'

red 136 ◦ green 150 ◦ blue 203

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

Shades of Portage #8896CB

Tints of Portage #8896CB

RGB

 RED value IS 136 (53.52% from 255) = 27.81%

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

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

R = 27.81%
G = 30.67%
B = 41.51%

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

#8896CB (or 0x8896CB) is known color: Portage. HEX triplet: 88, 96 and CB. RGB value is (136,150,203). Sum of RGB (Red+Green+Blue) = 136+150+203=489 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.81% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #8896CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8896CB is #776934. Grayscale: #979797. Windows color (decimal): -7825717 or 13342344. OLE color: 13342344.

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

Color convert

RGB 136 150 203 -
CMYK 0.33 0.26 0 0.20
HSL 227.46º 0.39% 0.66% -
HSV(B) 227.46º 0.33% 0.8% -
XYZ 31.84 31.36 60.87 -
YUV 151.86 156.86 116.69 -
System Red Green Blue C M Y K H S L
Decimal 136 150 203 0.33 0.26 0 0.20 227.46 0.39 0.66
Hex 88 96 CB 21 1A 0 14 E3 27 42
Octal 210 226 313 41 32 0 24 343 47 102
Binary 10001000 10010110 11001011 100001 11010 0 10100 11100011 100111 1000010

Color Harmonies of #8896CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8896CB

Black with #8896CB

Text Example


Text Example

White with #8896CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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