Html Css Color HEX #738695 Light Slate Grey

📋 copy color: '#738695'

red 115 ◦ green 134 ◦ blue 149

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

Shades of Light Slate Grey #738695

Tints of Light Slate Grey #738695

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.67%

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

R = 28.89%
G = 33.67%
B = 37.44%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#738695 (or 0x738695) is known color: Light Slate Grey. HEX triplet: 73, 86 and 95. RGB value is (115,134,149). Sum of RGB (Red+Green+Blue) = 115+134+149=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 149 - color contains mainly: blue. Hex color #738695 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738695 is #8C796A. Grayscale: #818181. Windows color (decimal): -9206123 or 9799283. OLE color: 9799283.

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

Color convert

RGB 115 134 149 -
CMYK 0.23 0.10 0 0.42
HSL 206.47º 0.14% 0.52% -
HSV(B) 206.47º 0.23% 0.58% -
XYZ 21.02 22.86 31.74 -
YUV 130.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 115 134 149 0.23 0.10 0 0.42 206.47 0.14 0.52
Hex 73 86 95 17 A 0 2A CE E 34
Octal 163 206 225 27 12 0 52 316 16 64
Binary 1110011 10000110 10010101 10111 1010 0 101010 11001110 1110 110100

Color Harmonies of #738695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738695

Black with #738695

Text Example


Text Example

White with #738695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738695; }

 p { color: rgb(115,134,149); }

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

background-color css

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

 a { background-color: rgb(115,134,149); }

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

border-color css

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

 span { border-color: rgb(115,134,149); }

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