Html Css Color HEX #758698 Light Slate Grey

📋 copy color: '#758698'

red 117 ◦ green 134 ◦ blue 152

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

Shades of Light Slate Grey #758698

Tints of Light Slate Grey #758698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.72%

R = 29.03%
G = 33.25%
B = 37.72%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#758698 (or 0x758698) is known color: Light Slate Grey. HEX triplet: 75, 86 and 98. RGB value is (117,134,152). Sum of RGB (Red+Green+Blue) = 117+134+152=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 152 - color contains mainly: blue. Hex color #758698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758698 is #8A7967. Grayscale: #828282. Windows color (decimal): -9075048 or 9995893. OLE color: 9995893.

HSL color Cylindrical-coordinate representation of color #758698: hue angle of 210.86º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #758698 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 134 152 -
CMYK 0.23 0.12 0 0.40
HSL 210.86º 0.15% 0.53% -
HSV(B) 210.86º 0.23% 0.6% -
XYZ 21.53 23.1 33.03 -
YUV 130.97 139.87 118.04 -
System Red Green Blue C M Y K H S L
Decimal 117 134 152 0.23 0.12 0 0.40 210.86 0.15 0.53
Hex 75 86 98 17 C 0 28 D3 F 35
Octal 165 206 230 27 14 0 50 323 17 65
Binary 1110101 10000110 10011000 10111 1100 0 101000 11010011 1111 110101

Color Harmonies of #758698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758698

Black with #758698

Text Example


Text Example

White with #758698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758698; }

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

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

background-color css

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

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

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

border-color css

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

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

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