Html Css Color HEX #8A9DC7 Polo Blue

📋 copy color: '#8A9DC7'

red 138 ◦ green 157 ◦ blue 199

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

Shades of Polo Blue #8A9DC7

Tints of Polo Blue #8A9DC7

RGB

 RED value IS 138 (54.3% from 255) = 27.94%

 GREEN value IS 157 (61.72% from 255) = 31.78%

 BLUE value IS 199 (78.13% from 255) = 40.28%

R = 27.94%
G = 31.78%
B = 40.28%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8A9DC7 (or 0x8A9DC7) is known color: Polo Blue. HEX triplet: 8A, 9D and C7. RGB value is (138,157,199). Sum of RGB (Red+Green+Blue) = 138+157+199=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 199 - color contains mainly: blue. Hex color #8A9DC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9DC7 is #756238. Grayscale: #9B9B9B. Windows color (decimal): -7692857 or 13081994. OLE color: 13081994.

HSL color Cylindrical-coordinate representation of color #8A9DC7: hue angle of 221.31º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A9DC7 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 138 157 199 -
CMYK 0.31 0.21 0 0.22
HSL 221.31º 0.35% 0.66% -
HSV(B) 221.31º 0.31% 0.78% -
XYZ 32.85 33.64 58.79 -
YUV 156.11 152.21 115.08 -
System Red Green Blue C M Y K H S L
Decimal 138 157 199 0.31 0.21 0 0.22 221.31 0.35 0.66
Hex 8A 9D C7 1F 15 0 16 DD 23 42
Octal 212 235 307 37 25 0 26 335 43 102
Binary 10001010 10011101 11000111 11111 10101 0 10110 11011101 100011 1000010

Color Harmonies of #8A9DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9DC7

Black with #8A9DC7

Text Example


Text Example

White with #8A9DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A9DC7; }

 p { color: rgb(138,157,199); }

 H1.HeaderClassName
 {
   color: #8A9DC7;
 }
 .AnyTagClassName
 {
   color: #8A9DC7;
 }
</style>

background-color css

<style>
 a { background-color: #8A9DC7; }

 a { background-color: rgb(138,157,199); }

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

border-color css

<style>
 span { border-color: #8A9DC7; }

 span { border-color: rgb(138,157,199); }

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