Html Css Color HEX #768298 Light Slate Grey

📋 copy color: '#768298'

red 118 ◦ green 130 ◦ blue 152

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

Shades of Light Slate Grey #768298

Tints of Light Slate Grey #768298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38%

R = 29.5%
G = 32.5%
B = 38%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#768298 (or 0x768298) is known color: Light Slate Grey. HEX triplet: 76, 82 and 98. RGB value is (118,130,152). Sum of RGB (Red+Green+Blue) = 118+130+152=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 152 - color contains mainly: blue. Hex color #768298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768298 is #897D67. Grayscale: #808080. Windows color (decimal): -9010536 or 9994870. OLE color: 9994870.

HSL color Cylindrical-coordinate representation of color #768298: hue angle of 218.82º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #768298 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 130 152 -
CMYK 0.22 0.14 0 0.40
HSL 218.82º 0.14% 0.53% -
HSV(B) 218.82º 0.22% 0.6% -
XYZ 21.12 22.08 32.86 -
YUV 128.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 118 130 152 0.22 0.14 0 0.40 218.82 0.14 0.53
Hex 76 82 98 16 E 0 28 DB E 35
Octal 166 202 230 26 16 0 50 333 16 65
Binary 1110110 10000010 10011000 10110 1110 0 101000 11011011 1110 110101

Color Harmonies of #768298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768298

Black with #768298

Text Example


Text Example

White with #768298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768298; }

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

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

background-color css

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

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

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

border-color css

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

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

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