Html Css Color HEX #968EAD Grey Suit

📋 copy color: '#968EAD'

red 150 ◦ green 142 ◦ blue 173

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

Shades of Grey Suit #968EAD

Tints of Grey Suit #968EAD

RGB

 RED value IS 150 (58.98% from 255) = 32.26%

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

 BLUE value IS 173 (67.97% from 255) = 37.2%

R = 32.26%
G = 30.54%
B = 37.2%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#968EAD (or 0x968EAD) is known color: Grey Suit. HEX triplet: 96, 8E and AD. RGB value is (150,142,173). Sum of RGB (Red+Green+Blue) = 150+142+173=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 173 - color contains mainly: blue. Hex color #968EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968EAD is #697152. Grayscale: #939393. Windows color (decimal): -6910291 or 11374230. OLE color: 11374230.

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

Color convert

RGB 150 142 173 -
CMYK 0.13 0.18 0 0.32
HSL 255.48º 0.16% 0.62% -
HSV(B) 255.48º 0.18% 0.68% -
XYZ 29.79 28.85 43.53 -
YUV 147.93 142.15 129.48 -
System Red Green Blue C M Y K H S L
Decimal 150 142 173 0.13 0.18 0 0.32 255.48 0.16 0.62
Hex 96 8E AD D 12 0 20 FF 10 3E
Octal 226 216 255 15 22 0 40 377 20 76
Binary 10010110 10001110 10101101 1101 10010 0 100000 11111111 10000 111110

Color Harmonies of #968EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968EAD

Black with #968EAD

Text Example


Text Example

White with #968EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968EAD; }

 p { color: rgb(150,142,173); }

 H1.HeaderClassName
 {
   color: #968EAD;
 }
 .AnyTagClassName
 {
   color: #968EAD;
 }
</style>

background-color css

<style>
 a { background-color: #968EAD; }

 a { background-color: rgb(150,142,173); }

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

border-color css

<style>
 span { border-color: #968EAD; }

 span { border-color: rgb(150,142,173); }

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