Html Css Color HEX #9693A7 Grey Suit

📋 copy color: '#9693A7'

red 150 ◦ green 147 ◦ blue 167

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

Shades of Grey Suit #9693A7

Tints of Grey Suit #9693A7

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.68%

 BLUE value IS 167 (65.63% from 255) = 35.99%

R = 32.33%
G = 31.68%
B = 35.99%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9693A7 (or 0x9693A7) is known color: Grey Suit. HEX triplet: 96, 93 and A7. RGB value is (150,147,167). Sum of RGB (Red+Green+Blue) = 150+147+167=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 167 - color contains mainly: blue. Hex color #9693A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9693A7 is #696C58. Grayscale: #969696. Windows color (decimal): -6909017 or 10982294. OLE color: 10982294.

HSL color Cylindrical-coordinate representation of color #9693A7: hue angle of 249º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9693A7 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 150 147 167 -
CMYK 0.10 0.12 0 0.35
HSL 249º 0.1% 0.62% -
HSV(B) 249º 0.12% 0.65% -
XYZ 29.99 30.14 40.8 -
YUV 150.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 150 147 167 0.10 0.12 0 0.35 249 0.1 0.62
Hex 96 93 A7 A C 0 23 F9 A 3E
Octal 226 223 247 12 14 0 43 371 12 76
Binary 10010110 10010011 10100111 1010 1100 0 100011 11111001 1010 111110

Color Harmonies of #9693A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9693A7

Black with #9693A7

Text Example


Text Example

White with #9693A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9693A7; }

 p { color: rgb(150,147,167); }

 H1.HeaderClassName
 {
   color: #9693A7;
 }
 .AnyTagClassName
 {
   color: #9693A7;
 }
</style>

background-color css

<style>
 a { background-color: #9693A7; }

 a { background-color: rgb(150,147,167); }

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

border-color css

<style>
 span { border-color: #9693A7; }

 span { border-color: rgb(150,147,167); }

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