Html Css Color HEX #738199 Light Slate Grey

📋 copy color: '#738199'

red 115 ◦ green 129 ◦ blue 153

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

Shades of Light Slate Grey #738199

Tints of Light Slate Grey #738199

RGB

 RED value IS 115 (45.31% from 255) = 28.97%

 GREEN value IS 129 (50.78% from 255) = 32.49%

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

R = 28.97%
G = 32.49%
B = 38.54%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#738199 (or 0x738199) is known color: Light Slate Grey. HEX triplet: 73, 81 and 99. RGB value is (115,129,153). Sum of RGB (Red+Green+Blue) = 115+129+153=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 153 - color contains mainly: blue. Hex color #738199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738199 is #8C7E66. Grayscale: #7F7F7F. Windows color (decimal): -9207399 or 10060147. OLE color: 10060147.

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

Color convert

RGB 115 129 153 -
CMYK 0.25 0.16 0 0.4
HSL 217.89º 0.16% 0.53% -
HSV(B) 217.89º 0.25% 0.6% -
XYZ 20.67 21.65 33.23 -
YUV 127.55 142.36 119.05 -
System Red Green Blue C M Y K H S L
Decimal 115 129 153 0.25 0.16 0 0.4 217.89 0.16 0.53
Hex 73 81 99 19 10 0 28 DA 10 35
Octal 163 201 231 31 20 0 50 332 20 65
Binary 1110011 10000001 10011001 11001 10000 0 101000 11011010 10000 110101

Color Harmonies of #738199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738199

Black with #738199

Text Example


Text Example

White with #738199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738199; }

 p { color: rgb(115,129,153); }

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

background-color css

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

 a { background-color: rgb(115,129,153); }

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

border-color css

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

 span { border-color: rgb(115,129,153); }

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