Html Css Color HEX #948EAA Grey Suit

📋 copy color: '#948EAA'

red 148 ◦ green 142 ◦ blue 170

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

Shades of Grey Suit #948EAA

Tints of Grey Suit #948EAA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.87%

 BLUE value IS 170 (66.8% from 255) = 36.96%

R = 32.17%
G = 30.87%
B = 36.96%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#948EAA (or 0x948EAA) is known color: Grey Suit. HEX triplet: 94, 8E and AA. RGB value is (148,142,170). Sum of RGB (Red+Green+Blue) = 148+142+170=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #948EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948EAA is #6B7155. Grayscale: #929292. Windows color (decimal): -7041366 or 11177620. OLE color: 11177620.

HSL color Cylindrical-coordinate representation of color #948EAA: hue angle of 252.86º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #948EAA is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 142 170 -
CMYK 0.13 0.16 0 0.33
HSL 252.86º 0.14% 0.61% -
HSV(B) 252.86º 0.16% 0.67% -
XYZ 29.14 28.54 42 -
YUV 146.99 140.99 128.72 -
System Red Green Blue C M Y K H S L
Decimal 148 142 170 0.13 0.16 0 0.33 252.86 0.14 0.61
Hex 94 8E AA D 10 0 21 FD E 3D
Octal 224 216 252 15 20 0 41 375 16 75
Binary 10010100 10001110 10101010 1101 10000 0 100001 11111101 1110 111101

Color Harmonies of #948EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948EAA

Black with #948EAA

Text Example


Text Example

White with #948EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,142,170); }

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

background-color css

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

 a { background-color: rgb(148,142,170); }

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

border-color css

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

 span { border-color: rgb(148,142,170); }

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