Html Css Color HEX #768295 Light Slate Grey

📋 copy color: '#768295'

red 118 ◦ green 130 ◦ blue 149

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

Shades of Light Slate Grey #768295

Tints of Light Slate Grey #768295

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.75%

 BLUE value IS 149 (58.59% from 255) = 37.53%

R = 29.72%
G = 32.75%
B = 37.53%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#768295 (or 0x768295) is known color: Light Slate Grey. HEX triplet: 76, 82 and 95. RGB value is (118,130,149). Sum of RGB (Red+Green+Blue) = 118+130+149=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 149 - color contains mainly: blue. Hex color #768295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768295 is #897D6A. Grayscale: #808080. Windows color (decimal): -9010539 or 9798262. OLE color: 9798262.

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

Color convert

RGB 118 130 149 -
CMYK 0.21 0.13 0 0.42
HSL 216.77º 0.13% 0.52% -
HSV(B) 216.77º 0.21% 0.58% -
XYZ 20.88 21.99 31.58 -
YUV 128.58 139.52 120.46 -
System Red Green Blue C M Y K H S L
Decimal 118 130 149 0.21 0.13 0 0.42 216.77 0.13 0.52
Hex 76 82 95 15 D 0 2A D9 D 34
Octal 166 202 225 25 15 0 52 331 15 64
Binary 1110110 10000010 10010101 10101 1101 0 101010 11011001 1101 110100

Color Harmonies of #768295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768295

Black with #768295

Text Example


Text Example

White with #768295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768295; }

 p { color: rgb(118,130,149); }

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

background-color css

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

 a { background-color: rgb(118,130,149); }

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

border-color css

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

 span { border-color: rgb(118,130,149); }

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