Html Css Color HEX #968A87 Suva Grey

📋 copy color: '#968A87'

red 150 ◦ green 138 ◦ blue 135

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

Shades of Suva Grey #968A87

Tints of Suva Grey #968A87

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.62%

 BLUE value IS 135 (53.13% from 255) = 31.91%

R = 35.46%
G = 32.62%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#968A87 (or 0x968A87) is known color: Suva Grey. HEX triplet: 96, 8A and 87. RGB value is (150,138,135). Sum of RGB (Red+Green+Blue) = 150+138+135=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 150 - color contains mainly: red. Hex color #968A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968A87 is #697578. Grayscale: #8D8D8D. Windows color (decimal): -6911353 or 8882838. OLE color: 8882838.

HSL color Cylindrical-coordinate representation of color #968A87: hue angle of 12º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #968A87 is Cyan = 0, Magento = 0.08, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 138 135 -
CMYK 0 0.08 0.1 0.41
HSL 12º 0.07% 0.56% -
HSV(B) 12º 0.1% 0.59% -
XYZ 26.04 26.41 26.65 -
YUV 141.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 150 138 135 0 0.08 0.1 0.41 12 0.07 0.56
Hex 96 8A 87 0 8 A 29 C 7 38
Octal 226 212 207 0 10 12 51 14 7 70
Binary 10010110 10001010 10000111 0 1000 1010 101001 1100 111 111000

Color Harmonies of #968A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968A87

Black with #968A87

Text Example


Text Example

White with #968A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,138,135); }

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

background-color css

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

 a { background-color: rgb(150,138,135); }

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

border-color css

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

 span { border-color: rgb(150,138,135); }

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