Html Css Color HEX #738299 Light Slate Grey

📋 copy color: '#738299'

red 115 ◦ green 130 ◦ blue 153

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

Shades of Light Slate Grey #738299

Tints of Light Slate Grey #738299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.66%

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

R = 28.89%
G = 32.66%
B = 38.44%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#738299 (or 0x738299) is known color: Light Slate Grey. HEX triplet: 73, 82 and 99. RGB value is (115,130,153). Sum of RGB (Red+Green+Blue) = 115+130+153=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 153 - color contains mainly: blue. Hex color #738299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738299 is #8C7D66. Grayscale: #808080. Windows color (decimal): -9207143 or 10060403. OLE color: 10060403.

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

Color convert

RGB 115 130 153 -
CMYK 0.25 0.15 0 0.4
HSL 216.32º 0.16% 0.53% -
HSV(B) 216.32º 0.25% 0.6% -
XYZ 20.8 21.91 33.27 -
YUV 128.14 142.03 118.63 -
System Red Green Blue C M Y K H S L
Decimal 115 130 153 0.25 0.15 0 0.4 216.32 0.16 0.53
Hex 73 82 99 19 F 0 28 D8 10 35
Octal 163 202 231 31 17 0 50 330 20 65
Binary 1110011 10000010 10011001 11001 1111 0 101000 11011000 10000 110101

Color Harmonies of #738299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738299

Black with #738299

Text Example


Text Example

White with #738299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738299; }

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

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

background-color css

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

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

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

border-color css

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

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

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