Html Css Color HEX #758894 Light Slate Grey

📋 copy color: '#758894'

red 117 ◦ green 136 ◦ blue 148

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

Shades of Light Slate Grey #758894

Tints of Light Slate Grey #758894

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.92%

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

R = 29.18%
G = 33.92%
B = 36.91%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#758894 (or 0x758894) is known color: Light Slate Grey. HEX triplet: 75, 88 and 94. RGB value is (117,136,148). Sum of RGB (Red+Green+Blue) = 117+136+148=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 148 - color contains mainly: blue. Hex color #758894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758894 is #8A776B. Grayscale: #838383. Windows color (decimal): -9074540 or 9734261. OLE color: 9734261.

HSL color Cylindrical-coordinate representation of color #758894: hue angle of 203.23º 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 #758894 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 136 148 -
CMYK 0.21 0.08 0 0.42
HSL 203.23º 0.13% 0.52% -
HSV(B) 203.23º 0.21% 0.58% -
XYZ 21.49 23.53 31.43 -
YUV 131.69 137.21 117.52 -
System Red Green Blue C M Y K H S L
Decimal 117 136 148 0.21 0.08 0 0.42 203.23 0.13 0.52
Hex 75 88 94 15 8 0 2A CB D 34
Octal 165 210 224 25 10 0 52 313 15 64
Binary 1110101 10001000 10010100 10101 1000 0 101010 11001011 1101 110100

Color Harmonies of #758894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758894

Black with #758894

Text Example


Text Example

White with #758894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758894; }

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

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

background-color css

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

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

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

border-color css

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

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

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