Html Css Color HEX #968FAF Grey Suit

📋 copy color: '#968FAF'

red 150 ◦ green 143 ◦ blue 175

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

Shades of Grey Suit #968FAF

Tints of Grey Suit #968FAF

RGB

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

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

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

R = 32.05%
G = 30.56%
B = 37.39%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#968FAF (or 0x968FAF) is known color: Grey Suit. HEX triplet: 96, 8F and AF. RGB value is (150,143,175). Sum of RGB (Red+Green+Blue) = 150+143+175=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 175 - color contains mainly: blue. Hex color #968FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968FAF is #697050. Grayscale: #949494. Windows color (decimal): -6910033 or 11505558. OLE color: 11505558.

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

Color convert

RGB 150 143 175 -
CMYK 0.14 0.18 0 0.31
HSL 253.13º 0.17% 0.62% -
HSV(B) 253.13º 0.18% 0.69% -
XYZ 30.14 29.22 44.61 -
YUV 148.74 142.82 128.9 -
System Red Green Blue C M Y K H S L
Decimal 150 143 175 0.14 0.18 0 0.31 253.13 0.17 0.62
Hex 96 8F AF E 12 0 1F FD 11 3E
Octal 226 217 257 16 22 0 37 375 21 76
Binary 10010110 10001111 10101111 1110 10010 0 11111 11111101 10001 111110

Color Harmonies of #968FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968FAF

Black with #968FAF

Text Example


Text Example

White with #968FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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