Html Css Color HEX #87A4DF Jordy Blue

📋 copy color: '#87A4DF'

red 135 ◦ green 164 ◦ blue 223

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

Shades of Jordy Blue #87A4DF

Tints of Jordy Blue #87A4DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.72%

R = 25.86%
G = 31.42%
B = 42.72%

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

#87A4DF (or 0x87A4DF) is known color: Jordy Blue. HEX triplet: 87, A4 and DF. RGB value is (135,164,223). Sum of RGB (Red+Green+Blue) = 135+164+223=522 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.86% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #87A4DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A4DF is #785B20. Grayscale: #A1A1A1. Windows color (decimal): -7887649 or 14656647. OLE color: 14656647.

HSL color Cylindrical-coordinate representation of color #87A4DF: hue angle of 220.23º degrees, saturation: 0.58, 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 #87A4DF is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 164 223 -
CMYK 0.39 0.26 0 0.13
HSL 220.23º 0.58% 0.7% -
HSV(B) 220.23º 0.39% 0.87% -
XYZ 36.59 37.03 75.03 -
YUV 162.06 162.39 108.7 -
System Red Green Blue C M Y K H S L
Decimal 135 164 223 0.39 0.26 0 0.13 220.23 0.58 0.7
Hex 87 A4 DF 27 1A 0 D DC 3A 46
Octal 207 244 337 47 32 0 15 334 72 106
Binary 10000111 10100100 11011111 100111 11010 0 1101 11011100 111010 1000110

Color Harmonies of #87A4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A4DF

Black with #87A4DF

Text Example


Text Example

White with #87A4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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