#768693

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

Shades of Light Slate Grey #768693

Tints of Light Slate Grey #768693

Color information

#768693 (or 0x768693) is unknown color: approx Light Slate Grey. HEX triplet: 76, 86 and 93. RGB value is (118,134,147). Sum of RGB (Red+Green+Blue) = 118+134+147=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 147 - color contains mainly: blue. Hex color #768693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768693 is #89796C. Grayscale: #828282. Windows color (decimal): -9009517 or 9668214. OLE color: 9668214.

HSL color Cylindrical-coordinate representation of color #768693: hue angle of 206.9º 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 #768693 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB118134147-
CMYK0.200.0900.42
HSL206.9º11.84%51.96%-
HSV(B)206.9º19.73%57.65%-
XYZ21.2623.0130.92-
YUV130.7137.2118.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.57%
GREEN value IS 134 (52.73% from 255) = 33.58%
BLUE value IS 147 (57.81% from 255) = 36.84%
R=29.57%
G=33.58%
B=36.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181341470.200.0900.42206.911.8451.96
Hex76869314902Acfc34
Octal16620622324110523171464
Binary111011010000110100100111010010010101010110011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768693; }

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

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

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

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

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

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

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

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