Html Css Color HEX #948FAA Grey Suit

📋 copy color: '#948FAA'

red 148 ◦ green 143 ◦ blue 170

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

Shades of Grey Suit #948FAA

Tints of Grey Suit #948FAA

RGB

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

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

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

R = 32.1%
G = 31.02%
B = 36.88%

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

#948FAA (or 0x948FAA) is known color: Grey Suit. HEX triplet: 94, 8F and AA. RGB value is (148,143,170). Sum of RGB (Red+Green+Blue) = 148+143+170=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 170 - color contains mainly: blue. Hex color #948FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948FAA is #6B7055. Grayscale: #939393. Windows color (decimal): -7041110 or 11177876. OLE color: 11177876.

HSL color Cylindrical-coordinate representation of color #948FAA: hue angle of 251.11º 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 #948FAA is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 143 170 -
CMYK 0.13 0.16 0 0.33
HSL 251.11º 0.14% 0.61% -
HSV(B) 251.11º 0.16% 0.67% -
XYZ 29.29 28.84 42.05 -
YUV 147.57 140.66 128.3 -
System Red Green Blue C M Y K H S L
Decimal 148 143 170 0.13 0.16 0 0.33 251.11 0.14 0.61
Hex 94 8F AA D 10 0 21 FB E 3D
Octal 224 217 252 15 20 0 41 373 16 75
Binary 10010100 10001111 10101010 1101 10000 0 100001 11111011 1110 111101

Color Harmonies of #948FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948FAA

Black with #948FAA

Text Example


Text Example

White with #948FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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