Html Css Color HEX #968F8D Suva Grey

📋 copy color: '#968F8D'

red 150 ◦ green 143 ◦ blue 141

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

Shades of Suva Grey #968F8D

Tints of Suva Grey #968F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.49%

R = 34.56%
G = 32.95%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#968F8D (or 0x968F8D) is known color: Suva Grey. HEX triplet: 96, 8F and 8D. RGB value is (150,143,141). Sum of RGB (Red+Green+Blue) = 150+143+141=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 150 - color contains mainly: red. Hex color #968F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968F8D is #697072. Grayscale: #909090. Windows color (decimal): -6910067 or 9277334. OLE color: 9277334.

HSL color Cylindrical-coordinate representation of color #968F8D: hue angle of 13.33º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #968F8D is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 143 141 -
CMYK 0 0.05 0.06 0.41
HSL 13.33º 0.04% 0.57% -
HSV(B) 13.33º 0.06% 0.59% -
XYZ 27.21 28.05 29.18 -
YUV 144.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 150 143 141 0 0.05 0.06 0.41 13.33 0.04 0.57
Hex 96 8F 8D 0 5 6 29 D 4 39
Octal 226 217 215 0 5 6 51 15 4 71
Binary 10010110 10001111 10001101 0 101 110 101001 1101 100 111001

Color Harmonies of #968F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968F8D

Black with #968F8D

Text Example


Text Example

White with #968F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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