Html Css Color HEX #748098 Light Slate Grey

📋 copy color: '#748098'

red 116 ◦ green 128 ◦ blue 152

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

Shades of Light Slate Grey #748098

Tints of Light Slate Grey #748098

RGB

 RED value IS 116 (45.7% from 255) = 29.29%

 GREEN value IS 128 (50.39% from 255) = 32.32%

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

R = 29.29%
G = 32.32%
B = 38.38%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#748098 (or 0x748098) is known color: Light Slate Grey. HEX triplet: 74, 80 and 98. RGB value is (116,128,152). Sum of RGB (Red+Green+Blue) = 116+128+152=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 152 - color contains mainly: blue. Hex color #748098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748098 is #8B7F67. Grayscale: #7F7F7F. Windows color (decimal): -9142120 or 9994356. OLE color: 9994356.

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

Color convert

RGB 116 128 152 -
CMYK 0.24 0.16 0 0.40
HSL 220º 0.15% 0.53% -
HSV(B) 220º 0.24% 0.6% -
XYZ 20.59 21.42 32.75 -
YUV 127.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 116 128 152 0.24 0.16 0 0.40 220 0.15 0.53
Hex 74 80 98 18 10 0 28 DC F 35
Octal 164 200 230 30 20 0 50 334 17 65
Binary 1110100 10000000 10011000 11000 10000 0 101000 11011100 1111 110101

Color Harmonies of #748098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748098

Black with #748098

Text Example


Text Example

White with #748098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748098; }

 p { color: rgb(116,128,152); }

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

background-color css

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

 a { background-color: rgb(116,128,152); }

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

border-color css

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

 span { border-color: rgb(116,128,152); }

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