Html Css Color HEX #8896DA Portage

📋 copy color: '#8896DA'

red 136 ◦ green 150 ◦ blue 218

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

Shades of Portage #8896DA

Tints of Portage #8896DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.25%

R = 26.98%
G = 29.76%
B = 43.25%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8896DA (or 0x8896DA) is known color: Portage. HEX triplet: 88, 96 and DA. RGB value is (136,150,218). Sum of RGB (Red+Green+Blue) = 136+150+218=504 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.98% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #8896DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8896DA is #776925. Grayscale: #999999. Windows color (decimal): -7825702 or 14325384. OLE color: 14325384.

HSL color Cylindrical-coordinate representation of color #8896DA: hue angle of 229.76º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8896DA is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 150 218 -
CMYK 0.38 0.31 0 0.15
HSL 229.76º 0.53% 0.69% -
HSV(B) 229.76º 0.38% 0.85% -
XYZ 33.71 32.11 70.75 -
YUV 153.57 164.36 115.47 -
System Red Green Blue C M Y K H S L
Decimal 136 150 218 0.38 0.31 0 0.15 229.76 0.53 0.69
Hex 88 96 DA 26 1F 0 F E6 35 45
Octal 210 226 332 46 37 0 17 346 65 105
Binary 10001000 10010110 11011010 100110 11111 0 1111 11100110 110101 1000101

Color Harmonies of #8896DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8896DA

Black with #8896DA

Text Example


Text Example

White with #8896DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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