Html Css Color HEX #748A9B Light Slate Grey

📋 copy color: '#748A9B'

red 116 ◦ green 138 ◦ blue 155

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

Shades of Light Slate Grey #748A9B

Tints of Light Slate Grey #748A9B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.74%

 BLUE value IS 155 (60.94% from 255) = 37.9%

R = 28.36%
G = 33.74%
B = 37.9%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#748A9B (or 0x748A9B) is known color: Light Slate Grey. HEX triplet: 74, 8A and 9B. RGB value is (116,138,155). Sum of RGB (Red+Green+Blue) = 116+138+155=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 155 - color contains mainly: blue. Hex color #748A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748A9B is #8B7564. Grayscale: #858585. Windows color (decimal): -9139557 or 10193524. OLE color: 10193524.

HSL color Cylindrical-coordinate representation of color #748A9B: hue angle of 206.15º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #748A9B is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 138 155 -
CMYK 0.25 0.11 0 0.39
HSL 206.15º 0.16% 0.53% -
HSV(B) 206.15º 0.25% 0.61% -
XYZ 22.21 24.26 34.52 -
YUV 133.36 140.21 115.62 -
System Red Green Blue C M Y K H S L
Decimal 116 138 155 0.25 0.11 0 0.39 206.15 0.16 0.53
Hex 74 8A 9B 19 B 0 27 CE 10 35
Octal 164 212 233 31 13 0 47 316 20 65
Binary 1110100 10001010 10011011 11001 1011 0 100111 11001110 10000 110101

Color Harmonies of #748A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748A9B

Black with #748A9B

Text Example


Text Example

White with #748A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748A9B; }

 p { color: rgb(116,138,155); }

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

background-color css

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

 a { background-color: rgb(116,138,155); }

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

border-color css

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

 span { border-color: rgb(116,138,155); }

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