Html Css Color HEX #8795DB Portage

📋 copy color: '#8795DB'

red 135 ◦ green 149 ◦ blue 219

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

Shades of Portage #8795DB

Tints of Portage #8795DB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.62%

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

R = 26.84%
G = 29.62%
B = 43.54%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8795DB (or 0x8795DB) is known color: Portage. HEX triplet: 87, 95 and DB. RGB value is (135,149,219). Sum of RGB (Red+Green+Blue) = 135+149+219=503 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.84% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #8795DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8795DB is #786A24. Grayscale: #989898. Windows color (decimal): -7891493 or 14390663. OLE color: 14390663.

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

Color convert

RGB 135 149 219 -
CMYK 0.38 0.32 0 0.14
HSL 230º 0.54% 0.69% -
HSV(B) 230º 0.38% 0.86% -
XYZ 33.53 31.76 71.38 -
YUV 152.79 165.36 115.31 -
System Red Green Blue C M Y K H S L
Decimal 135 149 219 0.38 0.32 0 0.14 230 0.54 0.69
Hex 87 95 DB 26 20 0 E E6 36 45
Octal 207 225 333 46 40 0 16 346 66 105
Binary 10000111 10010101 11011011 100110 100000 0 1110 11100110 110110 1000101

Color Harmonies of #8795DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8795DB

Black with #8795DB

Text Example


Text Example

White with #8795DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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