Html Css Color HEX #948CAE Grey Suit

📋 copy color: '#948CAE'

red 148 ◦ green 140 ◦ blue 174

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

Shades of Grey Suit #948CAE

Tints of Grey Suit #948CAE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.3%

 BLUE value IS 174 (68.36% from 255) = 37.66%

R = 32.03%
G = 30.3%
B = 37.66%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#948CAE (or 0x948CAE) is known color: Grey Suit. HEX triplet: 94, 8C and AE. RGB value is (148,140,174). Sum of RGB (Red+Green+Blue) = 148+140+174=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 174 - color contains mainly: blue. Hex color #948CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948CAE is #6B7351. Grayscale: #929292. Windows color (decimal): -7041874 or 11439252. OLE color: 11439252.

HSL color Cylindrical-coordinate representation of color #948CAE: hue angle of 254.12º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #948CAE is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 140 174 -
CMYK 0.15 0.20 0 0.32
HSL 254.12º 0.17% 0.62% -
HSV(B) 254.12º 0.2% 0.68% -
XYZ 29.23 28.11 43.93 -
YUV 146.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 148 140 174 0.15 0.20 0 0.32 254.12 0.17 0.62
Hex 94 8C AE F 14 0 20 FE 11 3E
Octal 224 214 256 17 24 0 40 376 21 76
Binary 10010100 10001100 10101110 1111 10100 0 100000 11111110 10001 111110

Color Harmonies of #948CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948CAE

Black with #948CAE

Text Example


Text Example

White with #948CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,140,174); }

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

background-color css

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

 a { background-color: rgb(148,140,174); }

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

border-color css

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

 span { border-color: rgb(148,140,174); }

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