Html Css Color HEX #768098 Light Slate Grey

📋 copy color: '#768098'

red 118 ◦ green 128 ◦ blue 152

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

Shades of Light Slate Grey #768098

Tints of Light Slate Grey #768098

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.16%

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

R = 29.65%
G = 32.16%
B = 38.19%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#768098 (or 0x768098) is known color: Light Slate Grey. HEX triplet: 76, 80 and 98. RGB value is (118,128,152). Sum of RGB (Red+Green+Blue) = 118+128+152=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 152 - color contains mainly: blue. Hex color #768098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768098 is #897F67. Grayscale: #7F7F7F. Windows color (decimal): -9011048 or 9994358. OLE color: 9994358.

HSL color Cylindrical-coordinate representation of color #768098: hue angle of 222.35º 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 #768098 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 128 152 -
CMYK 0.22 0.16 0 0.40
HSL 222.35º 0.14% 0.53% -
HSV(B) 222.35º 0.22% 0.6% -
XYZ 20.86 21.56 32.77 -
YUV 127.75 141.69 121.05 -
System Red Green Blue C M Y K H S L
Decimal 118 128 152 0.22 0.16 0 0.40 222.35 0.14 0.53
Hex 76 80 98 16 10 0 28 DE E 35
Octal 166 200 230 26 20 0 50 336 16 65
Binary 1110110 10000000 10011000 10110 10000 0 101000 11011110 1110 110101

Color Harmonies of #768098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768098

Black with #768098

Text Example


Text Example

White with #768098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768098; }

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

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

background-color css

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

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

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

border-color css

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

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

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