Html Css Color HEX #87A0DA Portage

📋 copy color: '#87A0DA'

red 135 ◦ green 160 ◦ blue 218

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

Shades of Portage #87A0DA

Tints of Portage #87A0DA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.19%

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

R = 26.32%
G = 31.19%
B = 42.5%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#87A0DA (or 0x87A0DA) is known color: Portage. HEX triplet: 87, A0 and DA. RGB value is (135,160,218). Sum of RGB (Red+Green+Blue) = 135+160+218=513 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.32% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #87A0DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A0DA is #785F25. Grayscale: #9E9E9E. Windows color (decimal): -7888678 or 14327943. OLE color: 14327943.

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

Color convert

RGB 135 160 218 -
CMYK 0.38 0.27 0 0.15
HSL 221.93º 0.53% 0.69% -
HSV(B) 221.93º 0.38% 0.85% -
XYZ 35.22 35.35 71.3 -
YUV 159.14 161.22 110.78 -
System Red Green Blue C M Y K H S L
Decimal 135 160 218 0.38 0.27 0 0.15 221.93 0.53 0.69
Hex 87 A0 DA 26 1B 0 F DE 35 45
Octal 207 240 332 46 33 0 17 336 65 105
Binary 10000111 10100000 11011010 100110 11011 0 1111 11011110 110101 1000101

Color Harmonies of #87A0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A0DA

Black with #87A0DA

Text Example


Text Example

White with #87A0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,160,218); }

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

background-color css

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

 a { background-color: rgb(135,160,218); }

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

border-color css

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

 span { border-color: rgb(135,160,218); }

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