Html Css Color HEX #7188A4 Light Slate Grey

📋 copy color: '#7188A4'

red 113 ◦ green 136 ◦ blue 164

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

Shades of Light Slate Grey #7188A4

Tints of Light Slate Grey #7188A4

RGB

 RED value IS 113 (44.53% from 255) = 27.36%

 GREEN value IS 136 (53.52% from 255) = 32.93%

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

R = 27.36%
G = 32.93%
B = 39.71%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7188A4 (or 0x7188A4) is known color: Light Slate Grey. HEX triplet: 71, 88 and A4. RGB value is (113,136,164). Sum of RGB (Red+Green+Blue) = 113+136+164=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 164 (64.45% from 255 or 39.71% from 413); Max value from RGB is 164 - color contains mainly: blue. Hex color #7188A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7188A4 is #8E775B. Grayscale: #848484. Windows color (decimal): -9336668 or 10782833. OLE color: 10782833.

HSL color Cylindrical-coordinate representation of color #7188A4: hue angle of 212.94º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7188A4 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 136 164 -
CMYK 0.31 0.17 0 0.36
HSL 212.94º 0.22% 0.54% -
HSV(B) 212.94º 0.31% 0.64% -
XYZ 22.32 23.8 38.54 -
YUV 132.32 145.88 114.22 -
System Red Green Blue C M Y K H S L
Decimal 113 136 164 0.31 0.17 0 0.36 212.94 0.22 0.54
Hex 71 88 A4 1F 11 0 24 D5 16 36
Octal 161 210 244 37 21 0 44 325 26 66
Binary 1110001 10001000 10100100 11111 10001 0 100100 11010101 10110 110110

Color Harmonies of #7188A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7188A4

Black with #7188A4

Text Example


Text Example

White with #7188A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7188A4; }

 p { color: rgb(113,136,164); }

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

background-color css

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

 a { background-color: rgb(113,136,164); }

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

border-color css

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

 span { border-color: rgb(113,136,164); }

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