Html Css Color HEX #758693 Light Slate Grey

📋 copy color: '#758693'

red 117 ◦ green 134 ◦ blue 147

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

Shades of Light Slate Grey #758693

Tints of Light Slate Grey #758693

RGB

 RED value IS 117 (46.09% from 255) = 29.4%

 GREEN value IS 134 (52.73% from 255) = 33.67%

 BLUE value IS 147 (57.81% from 255) = 36.93%

R = 29.4%
G = 33.67%
B = 36.93%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#758693 (or 0x758693) is known color: Light Slate Grey. HEX triplet: 75, 86 and 93. RGB value is (117,134,147). Sum of RGB (Red+Green+Blue) = 117+134+147=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 147 - color contains mainly: blue. Hex color #758693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758693 is #8A796C. Grayscale: #828282. Windows color (decimal): -9075053 or 9668213. OLE color: 9668213.

HSL color Cylindrical-coordinate representation of color #758693: hue angle of 206º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #758693 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 134 147 -
CMYK 0.20 0.09 0 0.42
HSL 206º 0.12% 0.52% -
HSV(B) 206º 0.2% 0.58% -
XYZ 21.13 22.94 30.92 -
YUV 130.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 117 134 147 0.20 0.09 0 0.42 206 0.12 0.52
Hex 75 86 93 14 9 0 2A CE C 34
Octal 165 206 223 24 11 0 52 316 14 64
Binary 1110101 10000110 10010011 10100 1001 0 101010 11001110 1100 110100

Color Harmonies of #758693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758693

Black with #758693

Text Example


Text Example

White with #758693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758693; }

 p { color: rgb(117,134,147); }

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

background-color css

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

 a { background-color: rgb(117,134,147); }

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

border-color css

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

 span { border-color: rgb(117,134,147); }

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