Html Css Color HEX #738198 Light Slate Grey

📋 copy color: '#738198'

red 115 ◦ green 129 ◦ blue 152

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

Shades of Light Slate Grey #738198

Tints of Light Slate Grey #738198

RGB

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

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

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

R = 29.04%
G = 32.58%
B = 38.38%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#738198 (or 0x738198) is known color: Light Slate Grey. HEX triplet: 73, 81 and 98. RGB value is (115,129,152). Sum of RGB (Red+Green+Blue) = 115+129+152=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 152 - color contains mainly: blue. Hex color #738198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738198 is #8C7E67. Grayscale: #7F7F7F. Windows color (decimal): -9207400 or 9994611. OLE color: 9994611.

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

Color convert

RGB 115 129 152 -
CMYK 0.24 0.15 0 0.40
HSL 217.3º 0.15% 0.52% -
HSV(B) 217.3º 0.24% 0.6% -
XYZ 20.59 21.61 32.79 -
YUV 127.44 141.86 119.13 -
System Red Green Blue C M Y K H S L
Decimal 115 129 152 0.24 0.15 0 0.40 217.3 0.15 0.52
Hex 73 81 98 18 F 0 28 D9 F 34
Octal 163 201 230 30 17 0 50 331 17 64
Binary 1110011 10000001 10011000 11000 1111 0 101000 11011001 1111 110100

Color Harmonies of #738198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738198

Black with #738198

Text Example


Text Example

White with #738198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738198; }

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

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

background-color css

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

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

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

border-color css

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

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

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