Html Css Color HEX #768395 Light Slate Grey

📋 copy color: '#768395'

red 118 ◦ green 131 ◦ blue 149

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

Shades of Light Slate Grey #768395

Tints of Light Slate Grey #768395

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.91%

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

R = 29.65%
G = 32.91%
B = 37.44%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#768395 (or 0x768395) is known color: Light Slate Grey. HEX triplet: 76, 83 and 95. RGB value is (118,131,149). Sum of RGB (Red+Green+Blue) = 118+131+149=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 149 - color contains mainly: blue. Hex color #768395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768395 is #897C6A. Grayscale: #818181. Windows color (decimal): -9010283 or 9798518. OLE color: 9798518.

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

Color convert

RGB 118 131 149 -
CMYK 0.21 0.12 0 0.42
HSL 214.84º 0.13% 0.52% -
HSV(B) 214.84º 0.21% 0.58% -
XYZ 21.01 22.25 31.62 -
YUV 129.17 139.19 120.04 -
System Red Green Blue C M Y K H S L
Decimal 118 131 149 0.21 0.12 0 0.42 214.84 0.13 0.52
Hex 76 83 95 15 C 0 2A D7 D 34
Octal 166 203 225 25 14 0 52 327 15 64
Binary 1110110 10000011 10010101 10101 1100 0 101010 11010111 1101 110100

Color Harmonies of #768395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768395

Black with #768395

Text Example


Text Example

White with #768395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768395; }

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

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

background-color css

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

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

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

border-color css

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

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

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