Html Css Color HEX #768C9F Light Slate Grey

📋 copy color: '#768C9F'

red 118 ◦ green 140 ◦ blue 159

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

Shades of Light Slate Grey #768C9F

Tints of Light Slate Grey #768C9F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.57%

 BLUE value IS 159 (62.5% from 255) = 38.13%

R = 28.3%
G = 33.57%
B = 38.13%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#768C9F (or 0x768C9F) is known color: Light Slate Grey. HEX triplet: 76, 8C and 9F. RGB value is (118,140,159). Sum of RGB (Red+Green+Blue) = 118+140+159=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 159 - color contains mainly: blue. Hex color #768C9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768C9F is #897360. Grayscale: #878787. Windows color (decimal): -9007969 or 10456182. OLE color: 10456182.

HSL color Cylindrical-coordinate representation of color #768C9F: hue angle of 207.8º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #768C9F is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 140 159 -
CMYK 0.26 0.12 0 0.38
HSL 207.8º 0.18% 0.54% -
HSV(B) 207.8º 0.26% 0.62% -
XYZ 23.11 25.11 36.43 -
YUV 135.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 118 140 159 0.26 0.12 0 0.38 207.8 0.18 0.54
Hex 76 8C 9F 1A C 0 26 D0 12 36
Octal 166 214 237 32 14 0 46 320 22 66
Binary 1110110 10001100 10011111 11010 1100 0 100110 11010000 10010 110110

Color Harmonies of #768C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768C9F

Black with #768C9F

Text Example


Text Example

White with #768C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768C9F; }

 p { color: rgb(118,140,159); }

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

background-color css

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

 a { background-color: rgb(118,140,159); }

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

border-color css

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

 span { border-color: rgb(118,140,159); }

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