#938AB1

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

Shades of Grey Suit #938AB1

Tints of Grey Suit #938AB1

Color information

#938AB1 (or 0x938AB1) is unknown color: approx Grey Suit. HEX triplet: 93, 8A and B1. RGB value is (147,138,177). Sum of RGB (Red+Green+Blue) = 147+138+177=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 177 (69.53% from 255 or 38.31% from 462); Max value from RGB is 177 - color contains mainly: blue. Hex color #938AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938AB1 is #6C754E. Grayscale: #909090. Windows color (decimal): -7107919 or 11635347. OLE color: 11635347.

HSL color Cylindrical-coordinate representation of color #938AB1: hue angle of 253.85º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #938AB1 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB147138177-
CMYK0.170.2200.31
HSL253.85º20%61.76%-
HSV(B)253.85º22.03%69.41%-
XYZ29.0627.5545.38-
YUV145.14145.98129.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.82%
GREEN value IS 138 (54.30% from 255) = 29.87%
BLUE value IS 177 (69.53% from 255) = 38.31%
R=31.82%
G=29.87%
B=38.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471381770.170.2200.31253.852061.76
Hex938AB1111601Ffe143e
Octal22321226121260373762476
Binary10010011100010101011000110001101100111111111111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938AB1; }

 p { color: rgb(147,138,177); }

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

<style>
 a { background-color: #938AB1; }

 a { background-color: rgb(147,138,177); }

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

<style>
 span { border-color: #938AB1; }

 span { border-color: rgb(147,138,177); }

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