Html Css Color HEX #738598 Light Slate Grey

📋 copy color: '#738598'

red 115 ◦ green 133 ◦ blue 152

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

Shades of Light Slate Grey #738598

Tints of Light Slate Grey #738598

RGB

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

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

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

R = 28.75%
G = 33.25%
B = 38%

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

#738598 (or 0x738598) is known color: Light Slate Grey. HEX triplet: 73, 85 and 98. RGB value is (115,133,152). Sum of RGB (Red+Green+Blue) = 115+133+152=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 152 - color contains mainly: blue. Hex color #738598 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738598 is #8C7A67. Grayscale: #818181. Windows color (decimal): -9206376 or 9995635. OLE color: 9995635.

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

Color convert

RGB 115 133 152 -
CMYK 0.24 0.13 0 0.40
HSL 210.81º 0.15% 0.52% -
HSV(B) 210.81º 0.24% 0.6% -
XYZ 21.13 22.69 32.97 -
YUV 129.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 115 133 152 0.24 0.13 0 0.40 210.81 0.15 0.52
Hex 73 85 98 18 D 0 28 D3 F 34
Octal 163 205 230 30 15 0 50 323 17 64
Binary 1110011 10000101 10011000 11000 1101 0 101000 11010011 1111 110100

Color Harmonies of #738598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738598

Black with #738598

Text Example


Text Example

White with #738598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738598; }

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

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

background-color css

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

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

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

border-color css

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

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

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