#768298

Color #768298 Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #768298

Tints of Light Slate Grey #768298

Color information

#768298 (or 0x768298) is unknown color: approx 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

RGB118130152-
CMYK0.220.1400.40
HSL218.82º14.17%52.94%-
HSV(B)218.82º22.37%59.61%-
XYZ21.1222.0832.86-
YUV128.92141.02120.21-

RGB Variations

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

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 (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181301520.220.1400.40218.8214.1752.94
Hex76829816E028dbe35
Octal16620223026160503331665
Binary111011010000010100110001011011100101000110110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>