Html Css Color HEX #87A4DC Jordy Blue

📋 copy color: '#87A4DC'

red 135 ◦ green 164 ◦ blue 220

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

Shades of Jordy Blue #87A4DC

Tints of Jordy Blue #87A4DC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.6%

 BLUE value IS 220 (86.33% from 255) = 42.39%

R = 26.01%
G = 31.6%
B = 42.39%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#87A4DC (or 0x87A4DC) is known color: Jordy Blue. HEX triplet: 87, A4 and DC. RGB value is (135,164,220). Sum of RGB (Red+Green+Blue) = 135+164+220=519 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.01% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #87A4DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A4DC is #785B23. Grayscale: #A1A1A1. Windows color (decimal): -7887652 or 14460039. OLE color: 14460039.

HSL color Cylindrical-coordinate representation of color #87A4DC: hue angle of 219.53º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87A4DC is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 164 220 -
CMYK 0.39 0.25 0 0.14
HSL 219.53º 0.55% 0.7% -
HSV(B) 219.53º 0.39% 0.86% -
XYZ 36.19 36.87 72.92 -
YUV 161.71 160.89 108.95 -
System Red Green Blue C M Y K H S L
Decimal 135 164 220 0.39 0.25 0 0.14 219.53 0.55 0.7
Hex 87 A4 DC 27 19 0 E DC 37 46
Octal 207 244 334 47 31 0 16 334 67 106
Binary 10000111 10100100 11011100 100111 11001 0 1110 11011100 110111 1000110

Color Harmonies of #87A4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A4DC

Black with #87A4DC

Text Example


Text Example

White with #87A4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,164,220); }

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

background-color css

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

 a { background-color: rgb(135,164,220); }

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

border-color css

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

 span { border-color: rgb(135,164,220); }

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