#94A8B1

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

Shades of Botticelli #94A8B1

Tints of Botticelli #94A8B1

Color information

#94A8B1 (or 0x94A8B1) is unknown color: approx Botticelli. HEX triplet: 94, A8 and B1. RGB value is (148,168,177). Sum of RGB (Red+Green+Blue) = 148+168+177=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 177 - color contains mainly: blue. Hex color #94A8B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A8B1 is #6B574E. Grayscale: #A2A2A2. Windows color (decimal): -7034703 or 11643028. OLE color: 11643028.

HSL color Cylindrical-coordinate representation of color #94A8B1: hue angle of 198.62º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94A8B1 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB148168177-
CMYK0.160.0500.31
HSL198.62º15.68%63.73%-
HSV(B)198.62º16.38%69.41%-
XYZ34.1537.4847.03-
YUV163.05135.87117.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.02%
GREEN value IS 168 (66.02% from 255) = 34.08%
BLUE value IS 177 (69.53% from 255) = 35.90%
R=30.02%
G=34.08%
B=35.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481681770.160.0500.31198.6215.6863.73
Hex94A8B110501Fc71040
Octal22425026120503730720100
Binary1001010010101000101100011000010101111111000111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,168,177); }

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

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

 a { background-color: rgb(148,168,177); }

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

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

 span { border-color: rgb(148,168,177); }

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