Html Css Color HEX #748896 Light Slate Grey

📋 copy color: '#748896'

red 116 ◦ green 136 ◦ blue 150

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

Shades of Light Slate Grey #748896

Tints of Light Slate Grey #748896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.31%

R = 28.86%
G = 33.83%
B = 37.31%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#748896 (or 0x748896) is known color: Light Slate Grey. HEX triplet: 74, 88 and 96. RGB value is (116,136,150). Sum of RGB (Red+Green+Blue) = 116+136+150=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 150 - color contains mainly: blue. Hex color #748896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748896 is #8B7769. Grayscale: #838383. Windows color (decimal): -9140074 or 9865332. OLE color: 9865332.

HSL color Cylindrical-coordinate representation of color #748896: hue angle of 204.71º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #748896 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 136 150 -
CMYK 0.23 0.09 0 0.41
HSL 204.71º 0.14% 0.52% -
HSV(B) 204.71º 0.23% 0.59% -
XYZ 21.51 23.52 32.26 -
YUV 131.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 116 136 150 0.23 0.09 0 0.41 204.71 0.14 0.52
Hex 74 88 96 17 9 0 29 CD E 34
Octal 164 210 226 27 11 0 51 315 16 64
Binary 1110100 10001000 10010110 10111 1001 0 101001 11001101 1110 110100

Color Harmonies of #748896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748896

Black with #748896

Text Example


Text Example

White with #748896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748896; }

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

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

background-color css

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

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

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

border-color css

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

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

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