Html Css Color HEX #948CAB Grey Suit

📋 copy color: '#948CAB'

red 148 ◦ green 140 ◦ blue 171

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

Shades of Grey Suit #948CAB

Tints of Grey Suit #948CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.25%

R = 32.24%
G = 30.5%
B = 37.25%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#948CAB (or 0x948CAB) is known color: Grey Suit. HEX triplet: 94, 8C and AB. RGB value is (148,140,171). Sum of RGB (Red+Green+Blue) = 148+140+171=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #948CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948CAB is #6B7354. Grayscale: #919191. Windows color (decimal): -7041877 or 11242644. OLE color: 11242644.

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

Color convert

RGB 148 140 171 -
CMYK 0.13 0.18 0 0.33
HSL 255.48º 0.16% 0.61% -
HSV(B) 255.48º 0.18% 0.67% -
XYZ 28.94 27.99 42.41 -
YUV 145.93 142.15 129.48 -
System Red Green Blue C M Y K H S L
Decimal 148 140 171 0.13 0.18 0 0.33 255.48 0.16 0.61
Hex 94 8C AB D 12 0 21 FF 10 3D
Octal 224 214 253 15 22 0 41 377 20 75
Binary 10010100 10001100 10101011 1101 10010 0 100001 11111111 10000 111101

Color Harmonies of #948CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948CAB

Black with #948CAB

Text Example


Text Example

White with #948CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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