Html Css Color HEX #87A3DD Portage

📋 copy color: '#87A3DD'

red 135 ◦ green 163 ◦ blue 221

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

Shades of Portage #87A3DD

Tints of Portage #87A3DD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.41%

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 26.01%
G = 31.41%
B = 42.58%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#87A3DD (or 0x87A3DD) is known color: Portage. HEX triplet: 87, A3 and DD. RGB value is (135,163,221). Sum of RGB (Red+Green+Blue) = 135+163+221=519 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.01% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #87A3DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A3DD is #785C22. Grayscale: #A0A0A0. Windows color (decimal): -7887907 or 14525319. OLE color: 14525319.

HSL color Cylindrical-coordinate representation of color #87A3DD: hue angle of 220.47º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87A3DD is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 163 221 -
CMYK 0.39 0.26 0 0.13
HSL 220.47º 0.56% 0.7% -
HSV(B) 220.47º 0.39% 0.87% -
XYZ 36.14 36.57 73.56 -
YUV 161.24 161.72 109.28 -
System Red Green Blue C M Y K H S L
Decimal 135 163 221 0.39 0.26 0 0.13 220.47 0.56 0.7
Hex 87 A3 DD 27 1A 0 D DC 38 46
Octal 207 243 335 47 32 0 15 334 70 106
Binary 10000111 10100011 11011101 100111 11010 0 1101 11011100 111000 1000110

Color Harmonies of #87A3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A3DD

Black with #87A3DD

Text Example


Text Example

White with #87A3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,163,221); }

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

background-color css

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

 a { background-color: rgb(135,163,221); }

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

border-color css

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

 span { border-color: rgb(135,163,221); }

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