Html Css Color HEX #738596 Light Slate Grey

📋 copy color: '#738596'

red 115 ◦ green 133 ◦ blue 150

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

Shades of Light Slate Grey #738596

Tints of Light Slate Grey #738596

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.42%

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

R = 28.89%
G = 33.42%
B = 37.69%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#738596 (or 0x738596) is known color: Light Slate Grey. HEX triplet: 73, 85 and 96. RGB value is (115,133,150). Sum of RGB (Red+Green+Blue) = 115+133+150=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 150 - color contains mainly: blue. Hex color #738596 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738596 is #8C7A69. Grayscale: #818181. Windows color (decimal): -9206378 or 9864563. OLE color: 9864563.

HSL color Cylindrical-coordinate representation of color #738596: hue angle of 209.14º 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 #738596 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 133 150 -
CMYK 0.23 0.11 0 0.41
HSL 209.14º 0.14% 0.52% -
HSV(B) 209.14º 0.23% 0.59% -
XYZ 20.96 22.62 32.12 -
YUV 129.56 139.54 117.62 -
System Red Green Blue C M Y K H S L
Decimal 115 133 150 0.23 0.11 0 0.41 209.14 0.14 0.52
Hex 73 85 96 17 B 0 29 D1 E 34
Octal 163 205 226 27 13 0 51 321 16 64
Binary 1110011 10000101 10010110 10111 1011 0 101001 11010001 1110 110100

Color Harmonies of #738596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738596

Black with #738596

Text Example


Text Example

White with #738596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738596; }

 p { color: rgb(115,133,150); }

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

background-color css

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

 a { background-color: rgb(115,133,150); }

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

border-color css

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

 span { border-color: rgb(115,133,150); }

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