Html Css Color HEX #93A9CA Polo Blue

📋 copy color: '#93A9CA'

red 147 ◦ green 169 ◦ blue 202

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

Shades of Polo Blue #93A9CA

Tints of Polo Blue #93A9CA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.63%

 BLUE value IS 202 (79.3% from 255) = 39%

R = 28.38%
G = 32.63%
B = 39%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#93A9CA (or 0x93A9CA) is known color: Polo Blue. HEX triplet: 93, A9 and CA. RGB value is (147,169,202). Sum of RGB (Red+Green+Blue) = 147+169+202=518 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.38% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #93A9CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A9CA is #6C5635. Grayscale: #A6A6A6. Windows color (decimal): -7099958 or 13281683. OLE color: 13281683.

HSL color Cylindrical-coordinate representation of color #93A9CA: hue angle of 216º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93A9CA is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 169 202 -
CMYK 0.27 0.16 0 0.21
HSL 216º 0.34% 0.68% -
HSV(B) 216º 0.27% 0.79% -
XYZ 36.88 38.84 61.43 -
YUV 166.18 148.21 114.32 -
System Red Green Blue C M Y K H S L
Decimal 147 169 202 0.27 0.16 0 0.21 216 0.34 0.68
Hex 93 A9 CA 1B 10 0 15 D8 22 44
Octal 223 251 312 33 20 0 25 330 42 104
Binary 10010011 10101001 11001010 11011 10000 0 10101 11011000 100010 1000100

Color Harmonies of #93A9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A9CA

Black with #93A9CA

Text Example


Text Example

White with #93A9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,169,202); }

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

background-color css

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

 a { background-color: rgb(147,169,202); }

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

border-color css

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

 span { border-color: rgb(147,169,202); }

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