Html Css Color HEX #748899 Light Slate Grey

📋 copy color: '#748899'

red 116 ◦ green 136 ◦ blue 153

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

Shades of Light Slate Grey #748899

Tints of Light Slate Grey #748899

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.58%

 BLUE value IS 153 (60.16% from 255) = 37.78%

R = 28.64%
G = 33.58%
B = 37.78%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#748899 (or 0x748899) is known color: Light Slate Grey. HEX triplet: 74, 88 and 99. RGB value is (116,136,153). Sum of RGB (Red+Green+Blue) = 116+136+153=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 153 - color contains mainly: blue. Hex color #748899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748899 is #8B7766. Grayscale: #838383. Windows color (decimal): -9140071 or 10061940. OLE color: 10061940.

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

Color convert

RGB 116 136 153 -
CMYK 0.24 0.11 0 0.4
HSL 207.57º 0.15% 0.53% -
HSV(B) 207.57º 0.24% 0.6% -
XYZ 21.76 23.62 33.55 -
YUV 131.96 139.87 116.62 -
System Red Green Blue C M Y K H S L
Decimal 116 136 153 0.24 0.11 0 0.4 207.57 0.15 0.53
Hex 74 88 99 18 B 0 28 D0 F 35
Octal 164 210 231 30 13 0 50 320 17 65
Binary 1110100 10001000 10011001 11000 1011 0 101000 11010000 1111 110101

Color Harmonies of #748899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748899

Black with #748899

Text Example


Text Example

White with #748899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748899; }

 p { color: rgb(116,136,153); }

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

background-color css

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

 a { background-color: rgb(116,136,153); }

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

border-color css

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

 span { border-color: rgb(116,136,153); }

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