Html Css Color HEX #758594 Light Slate Grey

📋 copy color: '#758594'

red 117 ◦ green 133 ◦ blue 148

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

Shades of Light Slate Grey #758594

Tints of Light Slate Grey #758594

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.42%

 BLUE value IS 148 (58.2% from 255) = 37.19%

R = 29.4%
G = 33.42%
B = 37.19%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#758594 (or 0x758594) is known color: Light Slate Grey. HEX triplet: 75, 85 and 94. RGB value is (117,133,148). Sum of RGB (Red+Green+Blue) = 117+133+148=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 148 - color contains mainly: blue. Hex color #758594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758594 is #8A7A6B. Grayscale: #818181. Windows color (decimal): -9075308 or 9733493. OLE color: 9733493.

HSL color Cylindrical-coordinate representation of color #758594: hue angle of 209.03º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #758594 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 133 148 -
CMYK 0.21 0.10 0 0.42
HSL 209.03º 0.13% 0.52% -
HSV(B) 209.03º 0.21% 0.58% -
XYZ 21.07 22.7 31.29 -
YUV 129.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 117 133 148 0.21 0.10 0 0.42 209.03 0.13 0.52
Hex 75 85 94 15 A 0 2A D1 D 34
Octal 165 205 224 25 12 0 52 321 15 64
Binary 1110101 10000101 10010100 10101 1010 0 101010 11010001 1101 110100

Color Harmonies of #758594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758594

Black with #758594

Text Example


Text Example

White with #758594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758594; }

 p { color: rgb(117,133,148); }

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

background-color css

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

 a { background-color: rgb(117,133,148); }

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

border-color css

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

 span { border-color: rgb(117,133,148); }

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