Html Css Color HEX #948FB4 Santas Grey

📋 copy color: '#948FB4'

red 148 ◦ green 143 ◦ blue 180

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

Shades of Santas Grey #948FB4

Tints of Santas Grey #948FB4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.36%

 BLUE value IS 180 (70.7% from 255) = 38.22%

R = 31.42%
G = 30.36%
B = 38.22%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#948FB4 (or 0x948FB4) is known color: Santas Grey. HEX triplet: 94, 8F and B4. RGB value is (148,143,180). Sum of RGB (Red+Green+Blue) = 148+143+180=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 180 - color contains mainly: blue. Hex color #948FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948FB4 is #6B704B. Grayscale: #949494. Windows color (decimal): -7041100 or 11833236. OLE color: 11833236.

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

Color convert

RGB 148 143 180 -
CMYK 0.18 0.21 0 0.29
HSL 248.11º 0.2% 0.63% -
HSV(B) 248.11º 0.21% 0.71% -
XYZ 30.27 29.24 47.23 -
YUV 148.71 145.66 127.49 -
System Red Green Blue C M Y K H S L
Decimal 148 143 180 0.18 0.21 0 0.29 248.11 0.2 0.63
Hex 94 8F B4 12 15 0 1D F8 14 3F
Octal 224 217 264 22 25 0 35 370 24 77
Binary 10010100 10001111 10110100 10010 10101 0 11101 11111000 10100 111111

Color Harmonies of #948FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948FB4

Black with #948FB4

Text Example


Text Example

White with #948FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,143,180); }

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

background-color css

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

 a { background-color: rgb(148,143,180); }

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

border-color css

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

 span { border-color: rgb(148,143,180); }

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