Html Css Color HEX #768DA5 Light Slate Grey

📋 copy color: '#768DA5'

red 118 ◦ green 141 ◦ blue 165

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

Shades of Light Slate Grey #768DA5

Tints of Light Slate Grey #768DA5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.25%

 BLUE value IS 165 (64.84% from 255) = 38.92%

R = 27.83%
G = 33.25%
B = 38.92%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#768DA5 (or 0x768DA5) is known color: Light Slate Grey. HEX triplet: 76, 8D and A5. RGB value is (118,141,165). Sum of RGB (Red+Green+Blue) = 118+141+165=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 165 (64.84% from 255 or 38.92% from 424); Max value from RGB is 165 - color contains mainly: blue. Hex color #768DA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768DA5 is #89725A. Grayscale: #888888. Windows color (decimal): -9007707 or 10849654. OLE color: 10849654.

HSL color Cylindrical-coordinate representation of color #768DA5: hue angle of 210.64º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #768DA5 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 141 165 -
CMYK 0.28 0.15 0 0.35
HSL 210.64º 0.21% 0.55% -
HSV(B) 210.64º 0.28% 0.65% -
XYZ 23.79 25.62 39.29 -
YUV 136.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 118 141 165 0.28 0.15 0 0.35 210.64 0.21 0.55
Hex 76 8D A5 1C F 0 23 D3 15 37
Octal 166 215 245 34 17 0 43 323 25 67
Binary 1110110 10001101 10100101 11100 1111 0 100011 11010011 10101 110111

Color Harmonies of #768DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768DA5

Black with #768DA5

Text Example


Text Example

White with #768DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,141,165); }

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

background-color css

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

 a { background-color: rgb(118,141,165); }

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

border-color css

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

 span { border-color: rgb(118,141,165); }

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