Html Css Color HEX #968DAF Grey Suit

📋 copy color: '#968DAF'

red 150 ◦ green 141 ◦ blue 175

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

Shades of Grey Suit #968DAF

Tints of Grey Suit #968DAF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.26%

 BLUE value IS 175 (68.75% from 255) = 37.55%

R = 32.19%
G = 30.26%
B = 37.55%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#968DAF (or 0x968DAF) is known color: Grey Suit. HEX triplet: 96, 8D and AF. RGB value is (150,141,175). Sum of RGB (Red+Green+Blue) = 150+141+175=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 175 - color contains mainly: blue. Hex color #968DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968DAF is #697250. Grayscale: #939393. Windows color (decimal): -6910545 or 11505046. OLE color: 11505046.

HSL color Cylindrical-coordinate representation of color #968DAF: hue angle of 255.88º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #968DAF is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 141 175 -
CMYK 0.14 0.19 0 0.31
HSL 255.88º 0.18% 0.62% -
HSV(B) 255.88º 0.19% 0.69% -
XYZ 29.84 28.63 44.51 -
YUV 147.57 143.48 129.74 -
System Red Green Blue C M Y K H S L
Decimal 150 141 175 0.14 0.19 0 0.31 255.88 0.18 0.62
Hex 96 8D AF E 13 0 1F 100 12 3E
Octal 226 215 257 16 23 0 37 400 22 76
Binary 10010110 10001101 10101111 1110 10011 0 11111 100000000 10010 111110

Color Harmonies of #968DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968DAF

Black with #968DAF

Text Example


Text Example

White with #968DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,141,175); }

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

background-color css

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

 a { background-color: rgb(150,141,175); }

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

border-color css

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

 span { border-color: rgb(150,141,175); }

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