Html Css Color HEX #92A7CA Polo Blue

📋 copy color: '#92A7CA'

red 146 ◦ green 167 ◦ blue 202

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

Shades of Polo Blue #92A7CA

Tints of Polo Blue #92A7CA

RGB

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

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

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

R = 28.35%
G = 32.43%
B = 39.22%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#92A7CA (or 0x92A7CA) is known color: Polo Blue. HEX triplet: 92, A7 and CA. RGB value is (146,167,202). Sum of RGB (Red+Green+Blue) = 146+167+202=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 167 (65.62% from 255 or 32.43% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #92A7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A7CA is #6D5835. Grayscale: #A4A4A4. Windows color (decimal): -7166006 or 13281170. OLE color: 13281170.

HSL color Cylindrical-coordinate representation of color #92A7CA: hue angle of 217.5º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92A7CA is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 146 167 202 -
CMYK 0.28 0.17 0 0.21
HSL 217.5º 0.35% 0.68% -
HSV(B) 217.5º 0.28% 0.79% -
XYZ 36.33 38.01 61.3 -
YUV 164.71 149.04 114.65 -
System Red Green Blue C M Y K H S L
Decimal 146 167 202 0.28 0.17 0 0.21 217.5 0.35 0.68
Hex 92 A7 CA 1C 11 0 15 DA 23 44
Octal 222 247 312 34 21 0 25 332 43 104
Binary 10010010 10100111 11001010 11100 10001 0 10101 11011010 100011 1000100

Color Harmonies of #92A7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A7CA

Black with #92A7CA

Text Example


Text Example

White with #92A7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,167,202); }

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

background-color css

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

 a { background-color: rgb(146,167,202); }

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

border-color css

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

 span { border-color: rgb(146,167,202); }

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