Html Css Color HEX #748395 Light Slate Grey

📋 copy color: '#748395'

red 116 ◦ green 131 ◦ blue 149

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

Shades of Light Slate Grey #748395

Tints of Light Slate Grey #748395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.63%

R = 29.29%
G = 33.08%
B = 37.63%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#748395 (or 0x748395) is known color: Light Slate Grey. HEX triplet: 74, 83 and 95. RGB value is (116,131,149). Sum of RGB (Red+Green+Blue) = 116+131+149=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 149 - color contains mainly: blue. Hex color #748395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748395 is #8B7C6A. Grayscale: #808080. Windows color (decimal): -9141355 or 9798516. OLE color: 9798516.

HSL color Cylindrical-coordinate representation of color #748395: hue angle of 212.73º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #748395 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 131 149 -
CMYK 0.22 0.12 0 0.42
HSL 212.73º 0.13% 0.52% -
HSV(B) 212.73º 0.22% 0.58% -
XYZ 20.74 22.12 31.61 -
YUV 128.57 139.53 119.04 -
System Red Green Blue C M Y K H S L
Decimal 116 131 149 0.22 0.12 0 0.42 212.73 0.13 0.52
Hex 74 83 95 16 C 0 2A D5 D 34
Octal 164 203 225 26 14 0 52 325 15 64
Binary 1110100 10000011 10010101 10110 1100 0 101010 11010101 1101 110100

Color Harmonies of #748395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748395

Black with #748395

Text Example


Text Example

White with #748395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748395; }

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

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

background-color css

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

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

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

border-color css

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

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

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