Html Css Color HEX #948DA0 Grey Suit

📋 copy color: '#948DA0'

red 148 ◦ green 141 ◦ blue 160

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

Shades of Grey Suit #948DA0

Tints of Grey Suit #948DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.63%

R = 32.96%
G = 31.4%
B = 35.63%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#948DA0 (or 0x948DA0) is known color: Grey Suit. HEX triplet: 94, 8D and A0. RGB value is (148,141,160). Sum of RGB (Red+Green+Blue) = 148+141+160=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 160 - color contains mainly: blue. Hex color #948DA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948DA0 is #6B725F. Grayscale: #919191. Windows color (decimal): -7041632 or 10522004. OLE color: 10522004.

HSL color Cylindrical-coordinate representation of color #948DA0: hue angle of 262.11º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #948DA0 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 148 141 160 -
CMYK 0.07 0.12 0 0.37
HSL 262.11º 0.09% 0.59% -
HSV(B) 262.11º 0.12% 0.63% -
XYZ 28.08 27.88 37.16 -
YUV 145.26 136.32 129.96 -
System Red Green Blue C M Y K H S L
Decimal 148 141 160 0.07 0.12 0 0.37 262.11 0.09 0.59
Hex 94 8D A0 7 C 0 25 106 9 3B
Octal 224 215 240 7 14 0 45 406 11 73
Binary 10010100 10001101 10100000 111 1100 0 100101 100000110 1001 111011

Color Harmonies of #948DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948DA0

Black with #948DA0

Text Example


Text Example

White with #948DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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