Html Css Color HEX #738AA4 Light Slate Grey

📋 copy color: '#738AA4'

red 115 ◦ green 138 ◦ blue 164

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

Shades of Light Slate Grey #738AA4

Tints of Light Slate Grey #738AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.33%

R = 27.58%
G = 33.09%
B = 39.33%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#738AA4 (or 0x738AA4) is known color: Light Slate Grey. HEX triplet: 73, 8A and A4. RGB value is (115,138,164). Sum of RGB (Red+Green+Blue) = 115+138+164=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 164 - color contains mainly: blue. Hex color #738AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738AA4 is #8C755B. Grayscale: #858585. Windows color (decimal): -9205084 or 10783347. OLE color: 10783347.

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

Color convert

RGB 115 138 164 -
CMYK 0.30 0.16 0 0.36
HSL 211.84º 0.21% 0.55% -
HSV(B) 211.84º 0.3% 0.64% -
XYZ 22.86 24.5 38.65 -
YUV 134.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 115 138 164 0.30 0.16 0 0.36 211.84 0.21 0.55
Hex 73 8A A4 1E 10 0 24 D4 15 37
Octal 163 212 244 36 20 0 44 324 25 67
Binary 1110011 10001010 10100100 11110 10000 0 100100 11010100 10101 110111

Color Harmonies of #738AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738AA4

Black with #738AA4

Text Example


Text Example

White with #738AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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