Html Css Color HEX #8897DA Portage

📋 copy color: '#8897DA'

red 136 ◦ green 151 ◦ blue 218

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

Shades of Portage #8897DA

Tints of Portage #8897DA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.9%

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

R = 26.93%
G = 29.9%
B = 43.17%

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

#8897DA (or 0x8897DA) is known color: Portage. HEX triplet: 88, 97 and DA. RGB value is (136,151,218). Sum of RGB (Red+Green+Blue) = 136+151+218=505 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.93% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #8897DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8897DA is #776825. Grayscale: #999999. Windows color (decimal): -7825446 or 14325640. OLE color: 14325640.

HSL color Cylindrical-coordinate representation of color #8897DA: hue angle of 229.02º 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 #8897DA is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 151 218 -
CMYK 0.38 0.31 0 0.15
HSL 229.02º 0.53% 0.69% -
HSV(B) 229.02º 0.38% 0.85% -
XYZ 33.87 32.43 70.8 -
YUV 154.15 164.03 115.05 -
System Red Green Blue C M Y K H S L
Decimal 136 151 218 0.38 0.31 0 0.15 229.02 0.53 0.69
Hex 88 97 DA 26 1F 0 F E5 35 45
Octal 210 227 332 46 37 0 17 345 65 105
Binary 10001000 10010111 11011010 100110 11111 0 1111 11100101 110101 1000101

Color Harmonies of #8897DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8897DA

Black with #8897DA

Text Example


Text Example

White with #8897DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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