Html Css Color HEX #8896CE Portage

📋 copy color: '#8896CE'

red 136 ◦ green 150 ◦ blue 206

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

Shades of Portage #8896CE

Tints of Portage #8896CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.87%

R = 27.64%
G = 30.49%
B = 41.87%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8896CE (or 0x8896CE) is known color: Portage. HEX triplet: 88, 96 and CE. RGB value is (136,150,206). Sum of RGB (Red+Green+Blue) = 136+150+206=492 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.64% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #8896CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8896CE is #776931. Grayscale: #979797. Windows color (decimal): -7825714 or 13538952. OLE color: 13538952.

HSL color Cylindrical-coordinate representation of color #8896CE: hue angle of 228º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8896CE is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 150 206 -
CMYK 0.34 0.27 0 0.19
HSL 228º 0.42% 0.67% -
HSV(B) 228º 0.34% 0.81% -
XYZ 32.2 31.5 62.78 -
YUV 152.2 158.36 116.45 -
System Red Green Blue C M Y K H S L
Decimal 136 150 206 0.34 0.27 0 0.19 228 0.42 0.67
Hex 88 96 CE 22 1B 0 13 E4 2A 43
Octal 210 226 316 42 33 0 23 344 52 103
Binary 10001000 10010110 11001110 100010 11011 0 10011 11100100 101010 1000011

Color Harmonies of #8896CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8896CE

Black with #8896CE

Text Example


Text Example

White with #8896CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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