#94A4CF

Color #94A4CF Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #94A4CF

Tints of Polo Blue #94A4CF

Color information

#94A4CF (or 0x94A4CF) is unknown color: approx Polo Blue. HEX triplet: 94, A4 and CF. RGB value is (148,164,207). Sum of RGB (Red+Green+Blue) = 148+164+207=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #94A4CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A4CF is #6B5B30. Grayscale: #A3A3A3. Windows color (decimal): -7035697 or 13608084. OLE color: 13608084.

HSL color Cylindrical-coordinate representation of color #94A4CF: hue angle of 223.73º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94A4CF is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148164207-
CMYK0.290.2100.19
HSL223.73º38.06%69.61%-
HSV(B)223.73º28.5%81.18%-
XYZ36.7537.3564.3-
YUV164.12152.2116.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.52%
GREEN value IS 164 (64.45% from 255) = 31.60%
BLUE value IS 207 (81.25% from 255) = 39.88%
R=28.52%
G=31.60%
B=39.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481642070.290.2100.19223.7338.0669.61
Hex94A4CF1D15013e02646
Octal224244317352502334046106
Binary1001010010100100110011111110110101010011111000001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,164,207); }

 H1.HeaderClassName
 {
   color: #94A4CF;
 }
 .AnyTagClassName
 {
   color: #94A4CF;
 }
</style>
background-color css

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

 a { background-color: rgb(148,164,207); }

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

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

 span { border-color: rgb(148,164,207); }

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