Html Css Color HEX #92A9D7 Polo Blue

📋 copy color: '#92A9D7'

red 146 ◦ green 169 ◦ blue 215

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

Shades of Polo Blue #92A9D7

Tints of Polo Blue #92A9D7

RGB

 RED value IS 146 (57.42% from 255) = 27.55%

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

 BLUE value IS 215 (84.38% from 255) = 40.57%

R = 27.55%
G = 31.89%
B = 40.57%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#92A9D7 (or 0x92A9D7) is known color: Polo Blue. HEX triplet: 92, A9 and D7. RGB value is (146,169,215). Sum of RGB (Red+Green+Blue) = 146+169+215=530 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.55% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 215 (84.38% from 255 or 40.57% from 530); Max value from RGB is 215 - color contains mainly: blue. Hex color #92A9D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A9D7 is #6D5628. Grayscale: #A7A7A7. Windows color (decimal): -7165481 or 14133650. OLE color: 14133650.

HSL color Cylindrical-coordinate representation of color #92A9D7: hue angle of 220º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92A9D7 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 146 169 215 -
CMYK 0.32 0.21 0 0.16
HSL 220º 0.46% 0.71% -
HSV(B) 220º 0.32% 0.84% -
XYZ 38.31 39.39 69.87 -
YUV 167.37 154.88 112.76 -
System Red Green Blue C M Y K H S L
Decimal 146 169 215 0.32 0.21 0 0.16 220 0.46 0.71
Hex 92 A9 D7 20 15 0 10 DC 2E 47
Octal 222 251 327 40 25 0 20 334 56 107
Binary 10010010 10101001 11010111 100000 10101 0 10000 11011100 101110 1000111

Color Harmonies of #92A9D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A9D7

Black with #92A9D7

Text Example


Text Example

White with #92A9D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92A9D7; }

 p { color: rgb(146,169,215); }

 H1.HeaderClassName
 {
   color: #92A9D7;
 }
 .AnyTagClassName
 {
   color: #92A9D7;
 }
</style>

background-color css

<style>
 a { background-color: #92A9D7; }

 a { background-color: rgb(146,169,215); }

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

border-color css

<style>
 span { border-color: #92A9D7; }

 span { border-color: rgb(146,169,215); }

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