#948BAF

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

Shades of Grey Suit #948BAF

Tints of Grey Suit #948BAF

Color information

#948BAF (or 0x948BAF) is unknown color: approx Grey Suit. HEX triplet: 94, 8B and AF. RGB value is (148,139,175). Sum of RGB (Red+Green+Blue) = 148+139+175=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 175 - color contains mainly: blue. Hex color #948BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948BAF is #6B7450. Grayscale: #919191. Windows color (decimal): -7042129 or 11504532. OLE color: 11504532.

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

Color convert

RGB148139175-
CMYK0.150.2100.31
HSL255º18.37%61.57%-
HSV(B)255º20.57%68.63%-
XYZ29.1827.8644.4-
YUV145.79144.48129.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.03%
GREEN value IS 139 (54.69% from 255) = 30.09%
BLUE value IS 175 (68.75% from 255) = 37.88%
R=32.03%
G=30.09%
B=37.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481391750.150.2100.3125518.3761.57
Hex948BAFF1501Fff123e
Octal22421325717250373772276
Binary1001010010001011101011111111101010111111111111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,139,175); }

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

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

 a { background-color: rgb(148,139,175); }

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

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

 span { border-color: rgb(148,139,175); }

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