Html Css Color HEX #948DB3 Santas Grey

📋 copy color: '#948DB3'

red 148 ◦ green 141 ◦ blue 179

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

Shades of Santas Grey #948DB3

Tints of Santas Grey #948DB3

RGB

 RED value IS 148 (58.2% from 255) = 31.62%

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

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

R = 31.62%
G = 30.13%
B = 38.25%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#948DB3 (or 0x948DB3) is known color: Santas Grey. HEX triplet: 94, 8D and B3. RGB value is (148,141,179). Sum of RGB (Red+Green+Blue) = 148+141+179=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 179 - color contains mainly: blue. Hex color #948DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DB3 is #6B724C. Grayscale: #939393. Windows color (decimal): -7041613 or 11767188. OLE color: 11767188.

HSL color Cylindrical-coordinate representation of color #948DB3: hue angle of 251.05º 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 #948DB3 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 148 141 179 -
CMYK 0.17 0.21 0 0.30
HSL 251.05º 0.2% 0.63% -
HSV(B) 251.05º 0.21% 0.7% -
XYZ 29.87 28.6 46.59 -
YUV 147.43 145.82 128.41 -
System Red Green Blue C M Y K H S L
Decimal 148 141 179 0.17 0.21 0 0.30 251.05 0.2 0.63
Hex 94 8D B3 11 15 0 1E FB 14 3F
Octal 224 215 263 21 25 0 36 373 24 77
Binary 10010100 10001101 10110011 10001 10101 0 11110 11111011 10100 111111

Color Harmonies of #948DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948DB3

Black with #948DB3

Text Example


Text Example

White with #948DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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