Html Css Color HEX #738698 Light Slate Grey

📋 copy color: '#738698'

red 115 ◦ green 134 ◦ blue 152

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

Shades of Light Slate Grey #738698

Tints of Light Slate Grey #738698

RGB

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

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

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

R = 28.68%
G = 33.42%
B = 37.91%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#738698 (or 0x738698) is known color: Light Slate Grey. HEX triplet: 73, 86 and 98. RGB value is (115,134,152). Sum of RGB (Red+Green+Blue) = 115+134+152=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 152 - color contains mainly: blue. Hex color #738698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738698 is #8C7967. Grayscale: #828282. Windows color (decimal): -9206120 or 9995891. OLE color: 9995891.

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

Color convert

RGB 115 134 152 -
CMYK 0.24 0.12 0 0.40
HSL 209.19º 0.15% 0.52% -
HSV(B) 209.19º 0.24% 0.6% -
XYZ 21.26 22.96 33.02 -
YUV 130.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 115 134 152 0.24 0.12 0 0.40 209.19 0.15 0.52
Hex 73 86 98 18 C 0 28 D1 F 34
Octal 163 206 230 30 14 0 50 321 17 64
Binary 1110011 10000110 10011000 11000 1100 0 101000 11010001 1111 110100

Color Harmonies of #738698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738698

Black with #738698

Text Example


Text Example

White with #738698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738698; }

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

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

background-color css

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

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

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

border-color css

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

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

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