Html Css Color HEX #968EAC Grey Suit

📋 copy color: '#968EAC'

red 150 ◦ green 142 ◦ blue 172

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

Shades of Grey Suit #968EAC

Tints of Grey Suit #968EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.07%

R = 32.33%
G = 30.6%
B = 37.07%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#968EAC (or 0x968EAC) is known color: Grey Suit. HEX triplet: 96, 8E and AC. RGB value is (150,142,172). Sum of RGB (Red+Green+Blue) = 150+142+172=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #968EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968EAC is #697153. Grayscale: #939393. Windows color (decimal): -6910292 or 11308694. OLE color: 11308694.

HSL color Cylindrical-coordinate representation of color #968EAC: hue angle of 256º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #968EAC is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 142 172 -
CMYK 0.13 0.17 0 0.33
HSL 256º 0.15% 0.62% -
HSV(B) 256º 0.17% 0.67% -
XYZ 29.7 28.81 43.03 -
YUV 147.81 141.65 129.56 -
System Red Green Blue C M Y K H S L
Decimal 150 142 172 0.13 0.17 0 0.33 256 0.15 0.62
Hex 96 8E AC D 11 0 21 100 F 3E
Octal 226 216 254 15 21 0 41 400 17 76
Binary 10010110 10001110 10101100 1101 10001 0 100001 100000000 1111 111110

Color Harmonies of #968EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968EAC

Black with #968EAC

Text Example


Text Example

White with #968EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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