Html Css Color HEX #8797DB Portage

📋 copy color: '#8797DB'

red 135 ◦ green 151 ◦ blue 219

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

Shades of Portage #8797DB

Tints of Portage #8797DB

RGB

 RED value IS 135 (53.13% from 255) = 26.73%

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

 BLUE value IS 219 (85.94% from 255) = 43.37%

R = 26.73%
G = 29.9%
B = 43.37%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8797DB (or 0x8797DB) is known color: Portage. HEX triplet: 87, 97 and DB. RGB value is (135,151,219). Sum of RGB (Red+Green+Blue) = 135+151+219=505 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.73% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #8797DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8797DB is #786824. Grayscale: #999999. Windows color (decimal): -7890981 or 14391175. OLE color: 14391175.

HSL color Cylindrical-coordinate representation of color #8797DB: hue angle of 228.57º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8797DB is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 151 219 -
CMYK 0.38 0.31 0 0.14
HSL 228.57º 0.54% 0.69% -
HSV(B) 228.57º 0.38% 0.86% -
XYZ 33.84 32.4 71.49 -
YUV 153.97 164.7 114.47 -
System Red Green Blue C M Y K H S L
Decimal 135 151 219 0.38 0.31 0 0.14 228.57 0.54 0.69
Hex 87 97 DB 26 1F 0 E E5 36 45
Octal 207 227 333 46 37 0 16 345 66 105
Binary 10000111 10010111 11011011 100110 11111 0 1110 11100101 110110 1000101

Color Harmonies of #8797DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8797DB

Black with #8797DB

Text Example


Text Example

White with #8797DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8797DB; }

 p { color: rgb(135,151,219); }

 H1.HeaderClassName
 {
   color: #8797DB;
 }
 .AnyTagClassName
 {
   color: #8797DB;
 }
</style>

background-color css

<style>
 a { background-color: #8797DB; }

 a { background-color: rgb(135,151,219); }

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

border-color css

<style>
 span { border-color: #8797DB; }

 span { border-color: rgb(135,151,219); }

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