Html Css Color HEX #737F9A Light Slate Grey

📋 copy color: '#737F9A'

red 115 ◦ green 127 ◦ blue 154

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

Shades of Light Slate Grey #737F9A

Tints of Light Slate Grey #737F9A

RGB

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

 GREEN value IS 127 (50% from 255) = 32.07%

 BLUE value IS 154 (60.55% from 255) = 38.89%

R = 29.04%
G = 32.07%
B = 38.89%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#737F9A (or 0x737F9A) is known color: Light Slate Grey. HEX triplet: 73, 7F and 9A. RGB value is (115,127,154). Sum of RGB (Red+Green+Blue) = 115+127+154=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 154 - color contains mainly: blue. Hex color #737F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737F9A is #8C8065. Grayscale: #7E7E7E. Windows color (decimal): -9207910 or 10125171. OLE color: 10125171.

HSL color Cylindrical-coordinate representation of color #737F9A: hue angle of 221.54º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #737F9A is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 127 154 -
CMYK 0.25 0.18 0 0.40
HSL 221.54º 0.16% 0.53% -
HSV(B) 221.54º 0.25% 0.6% -
XYZ 20.49 21.16 33.58 -
YUV 126.49 143.52 119.8 -
System Red Green Blue C M Y K H S L
Decimal 115 127 154 0.25 0.18 0 0.40 221.54 0.16 0.53
Hex 73 7F 9A 19 12 0 28 DE 10 35
Octal 163 177 232 31 22 0 50 336 20 65
Binary 1110011 1111111 10011010 11001 10010 0 101000 11011110 10000 110101

Color Harmonies of #737F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737F9A

Black with #737F9A

Text Example


Text Example

White with #737F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737F9A; }

 p { color: rgb(115,127,154); }

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

background-color css

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

 a { background-color: rgb(115,127,154); }

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

border-color css

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

 span { border-color: rgb(115,127,154); }

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