Html Css Color HEX #94A7CA Polo Blue

📋 copy color: '#94A7CA'

red 148 ◦ green 167 ◦ blue 202

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

Shades of Polo Blue #94A7CA

Tints of Polo Blue #94A7CA

RGB

 RED value IS 148 (58.2% from 255) = 28.63%

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

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

R = 28.63%
G = 32.3%
B = 39.07%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#94A7CA (or 0x94A7CA) is known color: Polo Blue. HEX triplet: 94, A7 and CA. RGB value is (148,167,202). Sum of RGB (Red+Green+Blue) = 148+167+202=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #94A7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A7CA is #6B5835. Grayscale: #A5A5A5. Windows color (decimal): -7034934 or 13281172. OLE color: 13281172.

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

Color convert

RGB 148 167 202 -
CMYK 0.27 0.17 0 0.21
HSL 218.89º 0.34% 0.69% -
HSV(B) 218.89º 0.27% 0.79% -
XYZ 36.69 38.2 61.32 -
YUV 165.31 148.71 115.65 -
System Red Green Blue C M Y K H S L
Decimal 148 167 202 0.27 0.17 0 0.21 218.89 0.34 0.69
Hex 94 A7 CA 1B 11 0 15 DB 22 45
Octal 224 247 312 33 21 0 25 333 42 105
Binary 10010100 10100111 11001010 11011 10001 0 10101 11011011 100010 1000101

Color Harmonies of #94A7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A7CA

Black with #94A7CA

Text Example


Text Example

White with #94A7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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