Html Css Color HEX #8799DB Portage

📋 copy color: '#8799DB'

red 135 ◦ green 153 ◦ blue 219

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

Shades of Portage #8799DB

Tints of Portage #8799DB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.18%

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

R = 26.63%
G = 30.18%
B = 43.2%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8799DB (or 0x8799DB) is known color: Portage. HEX triplet: 87, 99 and DB. RGB value is (135,153,219). Sum of RGB (Red+Green+Blue) = 135+153+219=507 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.63% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #8799DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8799DB is #786624. Grayscale: #9A9A9A. Windows color (decimal): -7890469 or 14391687. OLE color: 14391687.

HSL color Cylindrical-coordinate representation of color #8799DB: hue angle of 227.14º 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 #8799DB is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 153 219 -
CMYK 0.38 0.30 0 0.14
HSL 227.14º 0.54% 0.69% -
HSV(B) 227.14º 0.38% 0.86% -
XYZ 34.17 33.05 71.6 -
YUV 155.14 164.04 113.63 -
System Red Green Blue C M Y K H S L
Decimal 135 153 219 0.38 0.30 0 0.14 227.14 0.54 0.69
Hex 87 99 DB 26 1E 0 E E3 36 45
Octal 207 231 333 46 36 0 16 343 66 105
Binary 10000111 10011001 11011011 100110 11110 0 1110 11100011 110110 1000101

Color Harmonies of #8799DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8799DB

Black with #8799DB

Text Example


Text Example

White with #8799DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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