Html Css Color HEX #8896E7 Portage

📋 copy color: '#8896E7'

red 136 ◦ green 150 ◦ blue 231

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

Shades of Portage #8896E7

Tints of Portage #8896E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.68%

R = 26.31%
G = 29.01%
B = 44.68%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8896E7 (or 0x8896E7) is known color: Portage. HEX triplet: 88, 96 and E7. RGB value is (136,150,231). Sum of RGB (Red+Green+Blue) = 136+150+231=517 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.31% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #8896E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8896E7 is #776918. Grayscale: #9A9A9A. Windows color (decimal): -7825689 or 15177352. OLE color: 15177352.

HSL color Cylindrical-coordinate representation of color #8896E7: hue angle of 231.16º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8896E7 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 136 150 231 -
CMYK 0.41 0.35 0 0.09
HSL 231.16º 0.66% 0.72% -
HSV(B) 231.16º 0.41% 0.91% -
XYZ 35.48 32.82 80.07 -
YUV 155.05 170.86 114.41 -
System Red Green Blue C M Y K H S L
Decimal 136 150 231 0.41 0.35 0 0.09 231.16 0.66 0.72
Hex 88 96 E7 29 23 0 9 E7 42 48
Octal 210 226 347 51 43 0 11 347 102 110
Binary 10001000 10010110 11100111 101001 100011 0 1001 11100111 1000010 1001000

Color Harmonies of #8896E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8896E7

Black with #8896E7

Text Example


Text Example

White with #8896E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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