Html Css Color HEX #748798 Light Slate Grey

📋 copy color: '#748798'

red 116 ◦ green 135 ◦ blue 152

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

Shades of Light Slate Grey #748798

Tints of Light Slate Grey #748798

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.5%

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

R = 28.78%
G = 33.5%
B = 37.72%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#748798 (or 0x748798) is known color: Light Slate Grey. HEX triplet: 74, 87 and 98. RGB value is (116,135,152). Sum of RGB (Red+Green+Blue) = 116+135+152=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 135 (53.12% from 255 or 33.50% 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 #748798 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748798 is #8B7867. Grayscale: #838383. Windows color (decimal): -9140328 or 9996148. OLE color: 9996148.

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

Color convert

RGB 116 135 152 -
CMYK 0.24 0.11 0 0.40
HSL 208.33º 0.15% 0.53% -
HSV(B) 208.33º 0.24% 0.6% -
XYZ 21.53 23.31 33.07 -
YUV 131.26 139.71 117.12 -
System Red Green Blue C M Y K H S L
Decimal 116 135 152 0.24 0.11 0 0.40 208.33 0.15 0.53
Hex 74 87 98 18 B 0 28 D0 F 35
Octal 164 207 230 30 13 0 50 320 17 65
Binary 1110100 10000111 10011000 11000 1011 0 101000 11010000 1111 110101

Color Harmonies of #748798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748798

Black with #748798

Text Example


Text Example

White with #748798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748798; }

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

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

background-color css

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

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

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

border-color css

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

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

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