Html Css Color HEX #93A7CF Polo Blue

📋 copy color: '#93A7CF'

red 147 ◦ green 167 ◦ blue 207

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

Shades of Polo Blue #93A7CF

Tints of Polo Blue #93A7CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.73%

R = 28.21%
G = 32.05%
B = 39.73%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#93A7CF (or 0x93A7CF) is known color: Polo Blue. HEX triplet: 93, A7 and CF. RGB value is (147,167,207). Sum of RGB (Red+Green+Blue) = 147+167+207=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #93A7CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A7CF is #6C5830. Grayscale: #A5A5A5. Windows color (decimal): -7100465 or 13608851. OLE color: 13608851.

HSL color Cylindrical-coordinate representation of color #93A7CF: hue angle of 220º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93A7CF is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 167 207 -
CMYK 0.29 0.19 0 0.19
HSL 220º 0.38% 0.69% -
HSV(B) 220º 0.29% 0.81% -
XYZ 37.11 38.35 64.48 -
YUV 165.58 151.37 114.75 -
System Red Green Blue C M Y K H S L
Decimal 147 167 207 0.29 0.19 0 0.19 220 0.38 0.69
Hex 93 A7 CF 1D 13 0 13 DC 26 45
Octal 223 247 317 35 23 0 23 334 46 105
Binary 10010011 10100111 11001111 11101 10011 0 10011 11011100 100110 1000101

Color Harmonies of #93A7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A7CF

Black with #93A7CF

Text Example


Text Example

White with #93A7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,167,207); }

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

background-color css

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

 a { background-color: rgb(147,167,207); }

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

border-color css

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

 span { border-color: rgb(147,167,207); }

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