Html Css Color HEX #87A7C3 Polo Blue

📋 copy color: '#87A7C3'

red 135 ◦ green 167 ◦ blue 195

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

Shades of Polo Blue #87A7C3

Tints of Polo Blue #87A7C3

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.6%

 BLUE value IS 195 (76.56% from 255) = 39.24%

R = 27.16%
G = 33.6%
B = 39.24%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#87A7C3 (or 0x87A7C3) is known color: Polo Blue. HEX triplet: 87, A7 and C3. RGB value is (135,167,195). Sum of RGB (Red+Green+Blue) = 135+167+195=497 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.16% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 195 - color contains mainly: blue. Hex color #87A7C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A7C3 is #78583C. Grayscale: #A0A0A0. Windows color (decimal): -7886909 or 12822407. OLE color: 12822407.

HSL color Cylindrical-coordinate representation of color #87A7C3: hue angle of 208º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87A7C3 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 135 167 195 -
CMYK 0.31 0.14 0 0.24
HSL 208º 0.33% 0.65% -
HSV(B) 208º 0.31% 0.76% -
XYZ 33.66 36.73 56.94 -
YUV 160.62 147.4 109.72 -
System Red Green Blue C M Y K H S L
Decimal 135 167 195 0.31 0.14 0 0.24 208 0.33 0.65
Hex 87 A7 C3 1F E 0 18 D0 21 41
Octal 207 247 303 37 16 0 30 320 41 101
Binary 10000111 10100111 11000011 11111 1110 0 11000 11010000 100001 1000001

Color Harmonies of #87A7C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A7C3

Black with #87A7C3

Text Example


Text Example

White with #87A7C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,167,195); }

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

background-color css

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

 a { background-color: rgb(135,167,195); }

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

border-color css

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

 span { border-color: rgb(135,167,195); }

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