Html Css Color HEX #968CAA Grey Suit

📋 copy color: '#968CAA'

red 150 ◦ green 140 ◦ blue 170

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

Shades of Grey Suit #968CAA

Tints of Grey Suit #968CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.43%

 BLUE value IS 170 (66.8% from 255) = 36.96%

R = 32.61%
G = 30.43%
B = 36.96%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#968CAA (or 0x968CAA) is known color: Grey Suit. HEX triplet: 96, 8C and AA. RGB value is (150,140,170). Sum of RGB (Red+Green+Blue) = 150+140+170=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #968CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968CAA is #697355. Grayscale: #929292. Windows color (decimal): -6910806 or 11177110. OLE color: 11177110.

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

Color convert

RGB 150 140 170 -
CMYK 0.12 0.18 0 0.33
HSL 260º 0.15% 0.61% -
HSV(B) 260º 0.18% 0.67% -
XYZ 29.21 28.14 41.92 -
YUV 146.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 150 140 170 0.12 0.18 0 0.33 260 0.15 0.61
Hex 96 8C AA C 12 0 21 104 F 3D
Octal 226 214 252 14 22 0 41 404 17 75
Binary 10010110 10001100 10101010 1100 10010 0 100001 100000100 1111 111101

Color Harmonies of #968CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968CAA

Black with #968CAA

Text Example


Text Example

White with #968CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,140,170); }

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

background-color css

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

 a { background-color: rgb(150,140,170); }

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

border-color css

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

 span { border-color: rgb(150,140,170); }

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