Html Css Color HEX #8896ED Portage

📋 copy color: '#8896ED'

red 136 ◦ green 150 ◦ blue 237

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

Shades of Portage #8896ED

Tints of Portage #8896ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.32%

R = 26%
G = 28.68%
B = 45.32%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8896ED (or 0x8896ED) is known color: Portage. HEX triplet: 88, 96 and ED. RGB value is (136,150,237). Sum of RGB (Red+Green+Blue) = 136+150+237=523 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.00% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #8896ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8896ED is #776912. Grayscale: #9B9B9B. Windows color (decimal): -7825683 or 15570568. OLE color: 15570568.

HSL color Cylindrical-coordinate representation of color #8896ED: hue angle of 231.68º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8896ED is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 136 150 237 -
CMYK 0.43 0.37 0 0.07
HSL 231.68º 0.74% 0.73% -
HSV(B) 231.68º 0.43% 0.93% -
XYZ 36.35 33.16 84.61 -
YUV 155.73 173.86 113.93 -
System Red Green Blue C M Y K H S L
Decimal 136 150 237 0.43 0.37 0 0.07 231.68 0.74 0.73
Hex 88 96 ED 2B 25 0 7 E8 4A 49
Octal 210 226 355 53 45 0 7 350 112 111
Binary 10001000 10010110 11101101 101011 100101 0 111 11101000 1001010 1001001

Color Harmonies of #8896ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8896ED

Black with #8896ED

Text Example


Text Example

White with #8896ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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