Html Css Color HEX #7154C5 Slate Blue

📋 copy color: '#7154C5'

red 113 ◦ green 84 ◦ blue 197

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

Shades of Slate Blue #7154C5

Tints of Slate Blue #7154C5

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.32%

 BLUE value IS 197 (77.34% from 255) = 50%

R = 28.68%
G = 21.32%
B = 50%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7154C5 (or 0x7154C5) is known color: Slate Blue. HEX triplet: 71, 54 and C5. RGB value is (113,84,197). Sum of RGB (Red+Green+Blue) = 113+84+197=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 197 (77.34% from 255 or 50% from 394); Max value from RGB is 197 - color contains mainly: blue. Hex color #7154C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7154C5 is #8EAB3A. Grayscale: #696969. Windows color (decimal): -9349947 or 12932209. OLE color: 12932209.

HSL color Cylindrical-coordinate representation of color #7154C5: hue angle of 255.4º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7154C5 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 113 84 197 -
CMYK 0.43 0.57 0 0.23
HSL 255.4º 0.49% 0.55% -
HSV(B) 255.4º 0.57% 0.77% -
XYZ 20.06 13.88 54.45 -
YUV 105.55 179.61 133.31 -
System Red Green Blue C M Y K H S L
Decimal 113 84 197 0.43 0.57 0 0.23 255.4 0.49 0.55
Hex 71 54 C5 2B 39 0 17 FF 31 37
Octal 161 124 305 53 71 0 27 377 61 67
Binary 1110001 1010100 11000101 101011 111001 0 10111 11111111 110001 110111

Color Harmonies of #7154C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7154C5

Black with #7154C5

Text Example


Text Example

White with #7154C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7154C5; }

 p { color: rgb(113,84,197); }

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

background-color css

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

 a { background-color: rgb(113,84,197); }

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

border-color css

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

 span { border-color: rgb(113,84,197); }

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