Html Css Color HEX #968FAC Grey Suit

📋 copy color: '#968FAC'

red 150 ◦ green 143 ◦ blue 172

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

Shades of Grey Suit #968FAC

Tints of Grey Suit #968FAC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.75%

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

R = 32.26%
G = 30.75%
B = 36.99%

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

#968FAC (or 0x968FAC) is known color: Grey Suit. HEX triplet: 96, 8F and AC. RGB value is (150,143,172). Sum of RGB (Red+Green+Blue) = 150+143+172=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #968FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968FAC is #697053. Grayscale: #949494. Windows color (decimal): -6910036 or 11308950. OLE color: 11308950.

HSL color Cylindrical-coordinate representation of color #968FAC: hue angle of 254.48º 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 #968FAC is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 143 172 -
CMYK 0.13 0.17 0 0.33
HSL 254.48º 0.15% 0.62% -
HSV(B) 254.48º 0.17% 0.67% -
XYZ 29.85 29.11 43.07 -
YUV 148.4 141.32 129.14 -
System Red Green Blue C M Y K H S L
Decimal 150 143 172 0.13 0.17 0 0.33 254.48 0.15 0.62
Hex 96 8F AC D 11 0 21 FE F 3E
Octal 226 217 254 15 21 0 41 376 17 76
Binary 10010110 10001111 10101100 1101 10001 0 100001 11111110 1111 111110

Color Harmonies of #968FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968FAC

Black with #968FAC

Text Example


Text Example

White with #968FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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