Html Css Color HEX #7354C1 Slate Blue

📋 copy color: '#7354C1'

red 115 ◦ green 84 ◦ blue 193

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

Shades of Slate Blue #7354C1

Tints of Slate Blue #7354C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.23%

R = 29.34%
G = 21.43%
B = 49.23%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7354C1 (or 0x7354C1) is known color: Slate Blue. HEX triplet: 73, 54 and C1. RGB value is (115,84,193). Sum of RGB (Red+Green+Blue) = 115+84+193=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #7354C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7354C1 is #8CAB3E. Grayscale: #696969. Windows color (decimal): -9218879 or 12670067. OLE color: 12670067.

HSL color Cylindrical-coordinate representation of color #7354C1: hue angle of 257.06º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7354C1 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 115 84 193 -
CMYK 0.40 0.56 0 0.24
HSL 257.06º 0.47% 0.54% -
HSV(B) 257.06º 0.56% 0.76% -
XYZ 19.87 13.84 52.08 -
YUV 105.7 177.27 134.64 -
System Red Green Blue C M Y K H S L
Decimal 115 84 193 0.40 0.56 0 0.24 257.06 0.47 0.54
Hex 73 54 C1 28 38 0 18 101 2F 36
Octal 163 124 301 50 70 0 30 401 57 66
Binary 1110011 1010100 11000001 101000 111000 0 11000 100000001 101111 110110

Color Harmonies of #7354C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7354C1

Black with #7354C1

Text Example


Text Example

White with #7354C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7354C1; }

 p { color: rgb(115,84,193); }

 H1.HeaderClassName
 {
   color: #7354C1;
 }
 .AnyTagClassName
 {
   color: #7354C1;
 }
</style>

background-color css

<style>
 a { background-color: #7354C1; }

 a { background-color: rgb(115,84,193); }

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

border-color css

<style>
 span { border-color: #7354C1; }

 span { border-color: rgb(115,84,193); }

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