Html Css Color HEX #768493 Light Slate Grey

📋 copy color: '#768493'

red 118 ◦ green 132 ◦ blue 147

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

Shades of Light Slate Grey #768493

Tints of Light Slate Grey #768493

RGB

 RED value IS 118 (46.48% from 255) = 29.72%

 GREEN value IS 132 (51.95% from 255) = 33.25%

 BLUE value IS 147 (57.81% from 255) = 37.03%

R = 29.72%
G = 33.25%
B = 37.03%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#768493 (or 0x768493) is known color: Light Slate Grey. HEX triplet: 76, 84 and 93. RGB value is (118,132,147). Sum of RGB (Red+Green+Blue) = 118+132+147=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 147 - color contains mainly: blue. Hex color #768493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768493 is #897B6C. Grayscale: #818181. Windows color (decimal): -9010029 or 9667702. OLE color: 9667702.

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

Color convert

RGB 118 132 147 -
CMYK 0.20 0.10 0 0.42
HSL 211.03º 0.12% 0.52% -
HSV(B) 211.03º 0.2% 0.58% -
XYZ 20.99 22.46 30.83 -
YUV 129.52 137.86 119.78 -
System Red Green Blue C M Y K H S L
Decimal 118 132 147 0.20 0.10 0 0.42 211.03 0.12 0.52
Hex 76 84 93 14 A 0 2A D3 C 34
Octal 166 204 223 24 12 0 52 323 14 64
Binary 1110110 10000100 10010011 10100 1010 0 101010 11010011 1100 110100

Color Harmonies of #768493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768493

Black with #768493

Text Example


Text Example

White with #768493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768493; }

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

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

background-color css

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

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

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

border-color css

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

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

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