Html Css Color HEX #738AA3 Light Slate Grey

📋 copy color: '#738AA3'

red 115 ◦ green 138 ◦ blue 163

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

Shades of Light Slate Grey #738AA3

Tints of Light Slate Grey #738AA3

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.17%

 BLUE value IS 163 (64.06% from 255) = 39.18%

R = 27.64%
G = 33.17%
B = 39.18%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#738AA3 (or 0x738AA3) is known color: Light Slate Grey. HEX triplet: 73, 8A and A3. RGB value is (115,138,163). Sum of RGB (Red+Green+Blue) = 115+138+163=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 163 (64.06% from 255 or 39.18% from 416); Max value from RGB is 163 - color contains mainly: blue. Hex color #738AA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738AA3 is #8C755C. Grayscale: #858585. Windows color (decimal): -9205085 or 10717811. OLE color: 10717811.

HSL color Cylindrical-coordinate representation of color #738AA3: hue angle of 211.25º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #738AA3 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 115 138 163 -
CMYK 0.29 0.15 0 0.36
HSL 211.25º 0.21% 0.55% -
HSV(B) 211.25º 0.29% 0.64% -
XYZ 22.77 24.47 38.17 -
YUV 133.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 115 138 163 0.29 0.15 0 0.36 211.25 0.21 0.55
Hex 73 8A A3 1D F 0 24 D3 15 37
Octal 163 212 243 35 17 0 44 323 25 67
Binary 1110011 10001010 10100011 11101 1111 0 100100 11010011 10101 110111

Color Harmonies of #738AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738AA3

Black with #738AA3

Text Example


Text Example

White with #738AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738AA3; }

 p { color: rgb(115,138,163); }

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

background-color css

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

 a { background-color: rgb(115,138,163); }

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

border-color css

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

 span { border-color: rgb(115,138,163); }

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