Html Css Color HEX #92A5C7 Polo Blue

📋 copy color: '#92A5C7'

red 146 ◦ green 165 ◦ blue 199

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

Shades of Polo Blue #92A5C7

Tints of Polo Blue #92A5C7

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.35%

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

R = 28.63%
G = 32.35%
B = 39.02%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#92A5C7 (or 0x92A5C7) is known color: Polo Blue. HEX triplet: 92, A5 and C7. RGB value is (146,165,199). Sum of RGB (Red+Green+Blue) = 146+165+199=510 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.63% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 199 (78.12% from 255 or 39.02% from 510); Max value from RGB is 199 - color contains mainly: blue. Hex color #92A5C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A5C7 is #6D5A38. Grayscale: #A3A3A3. Windows color (decimal): -7166521 or 13084050. OLE color: 13084050.

HSL color Cylindrical-coordinate representation of color #92A5C7: hue angle of 218.49º 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 #92A5C7 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 146 165 199 -
CMYK 0.27 0.17 0 0.22
HSL 218.49º 0.32% 0.68% -
HSV(B) 218.49º 0.27% 0.78% -
XYZ 35.62 37.14 59.33 -
YUV 163.2 148.21 115.74 -
System Red Green Blue C M Y K H S L
Decimal 146 165 199 0.27 0.17 0 0.22 218.49 0.32 0.68
Hex 92 A5 C7 1B 11 0 16 DA 20 44
Octal 222 245 307 33 21 0 26 332 40 104
Binary 10010010 10100101 11000111 11011 10001 0 10110 11011010 100000 1000100

Color Harmonies of #92A5C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A5C7

Black with #92A5C7

Text Example


Text Example

White with #92A5C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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