#948bb0

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

Shades of Grey Suit #948BB0

Tints of Grey Suit #948BB0

Color information

#948BB0 (or 0x948BB0) is unknown color: approx Grey Suit. HEX triplet: 94, 8B and B0. RGB value is (148,139,176). Sum of RGB (Red+Green+Blue) = 148+139+176=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 176 - color contains mainly: blue. Hex color #948BB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948BB0 is #6B744F. Grayscale: #919191. Windows color (decimal): -7042128 or 11570068. OLE color: 11570068.

HSL color Cylindrical-coordinate representation of color #948BB0: hue angle of 254.59º degrees, saturation: 0.19, 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 #948BB0 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB148139176-
CMYK0.160.2100.31
HSL254.59º18.97%61.76%-
HSV(B)254.59º21.02%69.02%-
XYZ29.2827.944.92-
YUV145.91144.98129.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.97%
GREEN value IS 139 (54.69% from 255) = 30.02%
BLUE value IS 176 (69.14% from 255) = 38.01%
R=31.97%
G=30.02%
B=38.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481391760.160.2100.31254.5918.9761.76
Hex948BB0101501Fff133e
Octal22421326020250373772376
Binary10010100100010111011000010000101010111111111111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948bb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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