Html Css Color HEX #938DB3 Santas Grey

📋 copy color: '#938DB3'

red 147 ◦ green 141 ◦ blue 179

#938DB3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Santas Grey #938DB3

Tints of Santas Grey #938DB3

RGB

 RED value IS 147 (57.81% from 255) = 31.48%

 GREEN value IS 141 (55.47% from 255) = 30.19%

 BLUE value IS 179 (70.31% from 255) = 38.33%

R = 31.48%
G = 30.19%
B = 38.33%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#938DB3 (or 0x938DB3) is known color: Santas Grey. HEX triplet: 93, 8D and B3. RGB value is (147,141,179). Sum of RGB (Red+Green+Blue) = 147+141+179=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 179 - color contains mainly: blue. Hex color #938DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938DB3 is #6C724C. Grayscale: #929292. Windows color (decimal): -7107149 or 11767187. OLE color: 11767187.

HSL color Cylindrical-coordinate representation of color #938DB3: hue angle of 249.47º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #938DB3 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 147 141 179 -
CMYK 0.18 0.21 0 0.30
HSL 249.47º 0.2% 0.63% -
HSV(B) 249.47º 0.21% 0.7% -
XYZ 29.69 28.51 46.59 -
YUV 147.13 145.99 127.91 -
System Red Green Blue C M Y K H S L
Decimal 147 141 179 0.18 0.21 0 0.30 249.47 0.2 0.63
Hex 93 8D B3 12 15 0 1E F9 14 3F
Octal 223 215 263 22 25 0 36 371 24 77
Binary 10010011 10001101 10110011 10010 10101 0 11110 11111001 10100 111111

Color Harmonies of #938DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938DB3

Black with #938DB3

Text Example


Text Example

White with #938DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,141,179); }

 H1.HeaderClassName
 {
   color: #938DB3;
 }
 .AnyTagClassName
 {
   color: #938DB3;
 }
</style>

background-color css

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

 a { background-color: rgb(147,141,179); }

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

border-color css

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

 span { border-color: rgb(147,141,179); }

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