Html Css Color HEX #738498 Light Slate Grey

📋 copy color: '#738498'

red 115 ◦ green 132 ◦ blue 152

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

Shades of Light Slate Grey #738498

Tints of Light Slate Grey #738498

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.08%

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

R = 28.82%
G = 33.08%
B = 38.1%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#738498 (or 0x738498) is known color: Light Slate Grey. HEX triplet: 73, 84 and 98. RGB value is (115,132,152). Sum of RGB (Red+Green+Blue) = 115+132+152=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 152 - color contains mainly: blue. Hex color #738498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738498 is #8C7B67. Grayscale: #818181. Windows color (decimal): -9206632 or 9995379. OLE color: 9995379.

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

Color convert

RGB 115 132 152 -
CMYK 0.24 0.13 0 0.40
HSL 212.43º 0.15% 0.52% -
HSV(B) 212.43º 0.24% 0.6% -
XYZ 20.99 22.41 32.93 -
YUV 129.2 140.87 117.87 -
System Red Green Blue C M Y K H S L
Decimal 115 132 152 0.24 0.13 0 0.40 212.43 0.15 0.52
Hex 73 84 98 18 D 0 28 D4 F 34
Octal 163 204 230 30 15 0 50 324 17 64
Binary 1110011 10000100 10011000 11000 1101 0 101000 11010100 1111 110100

Color Harmonies of #738498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738498

Black with #738498

Text Example


Text Example

White with #738498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738498; }

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

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

background-color css

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

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

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

border-color css

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

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

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