Html Css Color HEX #87A1DB Portage

📋 copy color: '#87A1DB'

red 135 ◦ green 161 ◦ blue 219

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

Shades of Portage #87A1DB

Tints of Portage #87A1DB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.26%

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

R = 26.21%
G = 31.26%
B = 42.52%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#87A1DB (or 0x87A1DB) is known color: Portage. HEX triplet: 87, A1 and DB. RGB value is (135,161,219). Sum of RGB (Red+Green+Blue) = 135+161+219=515 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.21% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #87A1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A1DB is #785E24. Grayscale: #9F9F9F. Windows color (decimal): -7888421 or 14393735. OLE color: 14393735.

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

Color convert

RGB 135 161 219 -
CMYK 0.38 0.26 0 0.14
HSL 221.43º 0.54% 0.69% -
HSV(B) 221.43º 0.38% 0.86% -
XYZ 35.52 35.76 72.05 -
YUV 159.84 161.39 110.28 -
System Red Green Blue C M Y K H S L
Decimal 135 161 219 0.38 0.26 0 0.14 221.43 0.54 0.69
Hex 87 A1 DB 26 1A 0 E DD 36 45
Octal 207 241 333 46 32 0 16 335 66 105
Binary 10000111 10100001 11011011 100110 11010 0 1110 11011101 110110 1000101

Color Harmonies of #87A1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A1DB

Black with #87A1DB

Text Example


Text Example

White with #87A1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87A1DB; }

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

 H1.HeaderClassName
 {
   color: #87A1DB;
 }
 .AnyTagClassName
 {
   color: #87A1DB;
 }
</style>

background-color css

<style>
 a { background-color: #87A1DB; }

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

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

border-color css

<style>
 span { border-color: #87A1DB; }

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

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