Html Css Color HEX #738098 Slate Grey

📋 copy color: '#738098'

red 115 ◦ green 128 ◦ blue 152

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

Shades of Slate Grey #738098

Tints of Slate Grey #738098

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.41%

 BLUE value IS 152 (59.77% from 255) = 38.48%

R = 29.11%
G = 32.41%
B = 38.48%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#738098 (or 0x738098) is known color: Slate Grey. HEX triplet: 73, 80 and 98. RGB value is (115,128,152). Sum of RGB (Red+Green+Blue) = 115+128+152=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 152 - color contains mainly: blue. Hex color #738098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738098 is #8C7F67. Grayscale: #7E7E7E. Windows color (decimal): -9207656 or 9994355. OLE color: 9994355.

HSL color Cylindrical-coordinate representation of color #738098: hue angle of 218.92º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #738098 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 128 152 -
CMYK 0.24 0.16 0 0.40
HSL 218.92º 0.15% 0.52% -
HSV(B) 218.92º 0.24% 0.6% -
XYZ 20.46 21.35 32.75 -
YUV 126.85 142.19 119.55 -
System Red Green Blue C M Y K H S L
Decimal 115 128 152 0.24 0.16 0 0.40 218.92 0.15 0.52
Hex 73 80 98 18 10 0 28 DB F 34
Octal 163 200 230 30 20 0 50 333 17 64
Binary 1110011 10000000 10011000 11000 10000 0 101000 11011011 1111 110100

Color Harmonies of #738098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738098

Black with #738098

Text Example


Text Example

White with #738098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738098; }

 p { color: rgb(115,128,152); }

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

background-color css

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

 a { background-color: rgb(115,128,152); }

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

border-color css

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

 span { border-color: rgb(115,128,152); }

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