Html Css Color HEX #758298 Light Slate Grey

📋 copy color: '#758298'

red 117 ◦ green 130 ◦ blue 152

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

Shades of Light Slate Grey #758298

Tints of Light Slate Grey #758298

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.58%

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

R = 29.32%
G = 32.58%
B = 38.1%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#758298 (or 0x758298) is known color: Light Slate Grey. HEX triplet: 75, 82 and 98. RGB value is (117,130,152). Sum of RGB (Red+Green+Blue) = 117+130+152=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 152 - color contains mainly: blue. Hex color #758298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758298 is #8A7D67. Grayscale: #808080. Windows color (decimal): -9076072 or 9994869. OLE color: 9994869.

HSL color Cylindrical-coordinate representation of color #758298: hue angle of 217.71º 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 #758298 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 130 152 -
CMYK 0.23 0.14 0 0.40
HSL 217.71º 0.15% 0.53% -
HSV(B) 217.71º 0.23% 0.6% -
XYZ 20.99 22.01 32.85 -
YUV 128.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 117 130 152 0.23 0.14 0 0.40 217.71 0.15 0.53
Hex 75 82 98 17 E 0 28 DA F 35
Octal 165 202 230 27 16 0 50 332 17 65
Binary 1110101 10000010 10011000 10111 1110 0 101000 11011010 1111 110101

Color Harmonies of #758298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758298

Black with #758298

Text Example


Text Example

White with #758298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758298; }

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

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

background-color css

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

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

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

border-color css

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

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

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