Html Css Color HEX #93ACC7 Polo Blue

📋 copy color: '#93ACC7'

red 147 ◦ green 172 ◦ blue 199

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

Shades of Polo Blue #93ACC7

Tints of Polo Blue #93ACC7

RGB

 RED value IS 147 (57.81% from 255) = 28.38%

 GREEN value IS 172 (67.58% from 255) = 33.2%

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

R = 28.38%
G = 33.2%
B = 38.42%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#93ACC7 (or 0x93ACC7) is known color: Polo Blue. HEX triplet: 93, AC and C7. RGB value is (147,172,199). Sum of RGB (Red+Green+Blue) = 147+172+199=518 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.38% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 199 - color contains mainly: blue. Hex color #93ACC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ACC7 is #6C5338. Grayscale: #A7A7A7. Windows color (decimal): -7099193 or 13085843. OLE color: 13085843.

HSL color Cylindrical-coordinate representation of color #93ACC7: hue angle of 211.15º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93ACC7 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 147 172 199 -
CMYK 0.26 0.14 0 0.22
HSL 211.15º 0.32% 0.68% -
HSV(B) 211.15º 0.26% 0.78% -
XYZ 37.09 39.83 59.77 -
YUV 167.6 145.72 113.3 -
System Red Green Blue C M Y K H S L
Decimal 147 172 199 0.26 0.14 0 0.22 211.15 0.32 0.68
Hex 93 AC C7 1A E 0 16 D3 20 44
Octal 223 254 307 32 16 0 26 323 40 104
Binary 10010011 10101100 11000111 11010 1110 0 10110 11010011 100000 1000100

Color Harmonies of #93ACC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ACC7

Black with #93ACC7

Text Example


Text Example

White with #93ACC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93ACC7; }

 p { color: rgb(147,172,199); }

 H1.HeaderClassName
 {
   color: #93ACC7;
 }
 .AnyTagClassName
 {
   color: #93ACC7;
 }
</style>

background-color css

<style>
 a { background-color: #93ACC7; }

 a { background-color: rgb(147,172,199); }

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

border-color css

<style>
 span { border-color: #93ACC7; }

 span { border-color: rgb(147,172,199); }

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