Html Css Color HEX #968FAB Grey Suit

📋 copy color: '#968FAB'

red 150 ◦ green 143 ◦ blue 171

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

Shades of Grey Suit #968FAB

Tints of Grey Suit #968FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.85%

R = 32.33%
G = 30.82%
B = 36.85%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#968FAB (or 0x968FAB) is known color: Grey Suit. HEX triplet: 96, 8F and AB. RGB value is (150,143,171). Sum of RGB (Red+Green+Blue) = 150+143+171=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #968FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968FAB is #697054. Grayscale: #949494. Windows color (decimal): -6910037 or 11243414. OLE color: 11243414.

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

Color convert

RGB 150 143 171 -
CMYK 0.12 0.16 0 0.33
HSL 255º 0.14% 0.62% -
HSV(B) 255º 0.16% 0.67% -
XYZ 29.75 29.07 42.57 -
YUV 148.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 150 143 171 0.12 0.16 0 0.33 255 0.14 0.62
Hex 96 8F AB C 10 0 21 FF E 3E
Octal 226 217 253 14 20 0 41 377 16 76
Binary 10010110 10001111 10101011 1100 10000 0 100001 11111111 1110 111110

Color Harmonies of #968FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968FAB

Black with #968FAB

Text Example


Text Example

White with #968FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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