Html Css Color HEX #92A4CA Polo Blue

📋 copy color: '#92A4CA'

red 146 ◦ green 164 ◦ blue 202

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

Shades of Polo Blue #92A4CA

Tints of Polo Blue #92A4CA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.03%

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

R = 28.52%
G = 32.03%
B = 39.45%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#92A4CA (or 0x92A4CA) is known color: Polo Blue. HEX triplet: 92, A4 and CA. RGB value is (146,164,202). Sum of RGB (Red+Green+Blue) = 146+164+202=512 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.52% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #92A4CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A4CA is #6D5B35. Grayscale: #A2A2A2. Windows color (decimal): -7166774 or 13280402. OLE color: 13280402.

HSL color Cylindrical-coordinate representation of color #92A4CA: hue angle of 220.71º 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 #92A4CA is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 146 164 202 -
CMYK 0.28 0.19 0 0.21
HSL 220.71º 0.35% 0.68% -
HSV(B) 220.71º 0.28% 0.79% -
XYZ 35.79 36.93 61.12 -
YUV 162.95 150.04 115.91 -
System Red Green Blue C M Y K H S L
Decimal 146 164 202 0.28 0.19 0 0.21 220.71 0.35 0.68
Hex 92 A4 CA 1C 13 0 15 DD 23 44
Octal 222 244 312 34 23 0 25 335 43 104
Binary 10010010 10100100 11001010 11100 10011 0 10101 11011101 100011 1000100

Color Harmonies of #92A4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A4CA

Black with #92A4CA

Text Example


Text Example

White with #92A4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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