#948DB0

Color #948DB0 Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #948DB0

Tints of Grey Suit #948DB0

Color information

#948DB0 (or 0x948DB0) is unknown color: approx Grey Suit. HEX triplet: 94, 8D and B0. RGB value is (148,141,176). Sum of RGB (Red+Green+Blue) = 148+141+176=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 176 - color contains mainly: blue. Hex color #948DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948DB0 is #6B724F. Grayscale: #929292. Windows color (decimal): -7041616 or 11570580. OLE color: 11570580.

HSL color Cylindrical-coordinate representation of color #948DB0: hue angle of 252º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #948DB0 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB148141176-
CMYK0.160.2000.31
HSL252º18.13%62.16%-
HSV(B)252º19.89%69.02%-
XYZ29.5728.4845.01-
YUV147.08144.32128.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.83%
GREEN value IS 141 (55.47% from 255) = 30.32%
BLUE value IS 176 (69.14% from 255) = 37.85%
R=31.83%
G=30.32%
B=37.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481411760.160.2000.3125218.1362.16
Hex948DB0101401Ffc123e
Octal22421526020240373742276
Binary10010100100011011011000010000101000111111111110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948DB0; }

 p { color: rgb(148,141,176); }

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

<style>
 a { background-color: #948DB0; }

 a { background-color: rgb(148,141,176); }

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

<style>
 span { border-color: #948DB0; }

 span { border-color: rgb(148,141,176); }

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