Html Css Color HEX #748398 Light Slate Grey

📋 copy color: '#748398'

red 116 ◦ green 131 ◦ blue 152

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

Shades of Light Slate Grey #748398

Tints of Light Slate Grey #748398

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.83%

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

R = 29.07%
G = 32.83%
B = 38.1%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#748398 (or 0x748398) is known color: Light Slate Grey. HEX triplet: 74, 83 and 98. RGB value is (116,131,152). Sum of RGB (Red+Green+Blue) = 116+131+152=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 131 (51.56% from 255 or 32.83% 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 #748398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748398 is #8B7C67. Grayscale: #808080. Windows color (decimal): -9141352 or 9995124. OLE color: 9995124.

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

Color convert

RGB 116 131 152 -
CMYK 0.24 0.14 0 0.40
HSL 215º 0.15% 0.53% -
HSV(B) 215º 0.24% 0.6% -
XYZ 20.99 22.21 32.89 -
YUV 128.91 141.03 118.79 -
System Red Green Blue C M Y K H S L
Decimal 116 131 152 0.24 0.14 0 0.40 215 0.15 0.53
Hex 74 83 98 18 E 0 28 D7 F 35
Octal 164 203 230 30 16 0 50 327 17 65
Binary 1110100 10000011 10011000 11000 1110 0 101000 11010111 1111 110101

Color Harmonies of #748398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748398

Black with #748398

Text Example


Text Example

White with #748398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748398; }

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

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

background-color css

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

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

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

border-color css

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

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

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