#768093

Color #768093 Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #768093

Tints of Slate Grey #768093

Color information

#768093 (or 0x768093) is unknown color: approx Slate Grey. HEX triplet: 76, 80 and 93. RGB value is (118,128,147). Sum of RGB (Red+Green+Blue) = 118+128+147=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 147 - color contains mainly: blue. Hex color #768093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768093 is #897F6C. Grayscale: #7F7F7F. Windows color (decimal): -9011053 or 9666678. OLE color: 9666678.

HSL color Cylindrical-coordinate representation of color #768093: hue angle of 219.31º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #768093 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB118128147-
CMYK0.200.1300.42
HSL219.31º11.84%51.96%-
HSV(B)219.31º19.73%57.65%-
XYZ20.4621.430.66-
YUV127.18139.19121.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 128 (50.39% from 255) = 32.57%
BLUE value IS 147 (57.81% from 255) = 37.40%
R=30.03%
G=32.57%
B=37.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181281470.200.1300.42219.3111.8451.96
Hex76809314D02Adbc34
Octal16620022324150523331464
Binary111011010000000100100111010011010101010110110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768093; }

 p { color: rgb(118,128,147); }

 H1.HeaderClassName
 {
   color: #768093;
 }
 .AnyTagClassName
 {
   color: #768093;
 }
</style>
background-color css

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

 a { background-color: rgb(118,128,147); }

 div.DivClassName
 {
   background-color: #768093;
 }
 .BgClassName
 {
   background-color: #768093;
 }
</style>
border-color css

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

 span { border-color: rgb(118,128,147); }

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