Html Css Color HEX #92ACC7 Polo Blue

📋 copy color: '#92ACC7'

red 146 ◦ green 172 ◦ blue 199

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

Shades of Polo Blue #92ACC7

Tints of Polo Blue #92ACC7

RGB

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

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

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

R = 28.24%
G = 33.27%
B = 38.49%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#92ACC7 (or 0x92ACC7) is known color: Polo Blue. HEX triplet: 92, AC and C7. RGB value is (146,172,199). Sum of RGB (Red+Green+Blue) = 146+172+199=517 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.24% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 199 - color contains mainly: blue. Hex color #92ACC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ACC7 is #6D5338. Grayscale: #A7A7A7. Windows color (decimal): -7164729 or 13085842. OLE color: 13085842.

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

Color convert

RGB 146 172 199 -
CMYK 0.27 0.14 0 0.22
HSL 210.57º 0.32% 0.68% -
HSV(B) 210.57º 0.27% 0.78% -
XYZ 36.92 39.74 59.76 -
YUV 167.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 146 172 199 0.27 0.14 0 0.22 210.57 0.32 0.68
Hex 92 AC C7 1B E 0 16 D3 20 44
Octal 222 254 307 33 16 0 26 323 40 104
Binary 10010010 10101100 11000111 11011 1110 0 10110 11010011 100000 1000100

Color Harmonies of #92ACC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ACC7

Black with #92ACC7

Text Example


Text Example

White with #92ACC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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