Html Css Color HEX #7353C6 Slate Blue

📋 copy color: '#7353C6'

red 115 ◦ green 83 ◦ blue 198

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

Shades of Slate Blue #7353C6

Tints of Slate Blue #7353C6

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.96%

 BLUE value IS 198 (77.73% from 255) = 50%

R = 29.04%
G = 20.96%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7353C6 (or 0x7353C6) is known color: Slate Blue. HEX triplet: 73, 53 and C6. RGB value is (115,83,198). Sum of RGB (Red+Green+Blue) = 115+83+198=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 198 (77.73% from 255 or 50% from 396); Max value from RGB is 198 - color contains mainly: blue. Hex color #7353C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7353C6 is #8CAC39. Grayscale: #696969. Windows color (decimal): -9219130 or 12997491. OLE color: 12997491.

HSL color Cylindrical-coordinate representation of color #7353C6: hue angle of 256.7º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7353C6 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 115 83 198 -
CMYK 0.42 0.58 0 0.22
HSL 256.7º 0.5% 0.55% -
HSV(B) 256.7º 0.58% 0.78% -
XYZ 20.36 13.91 55.04 -
YUV 105.68 180.1 134.65 -
System Red Green Blue C M Y K H S L
Decimal 115 83 198 0.42 0.58 0 0.22 256.7 0.5 0.55
Hex 73 53 C6 2A 3A 0 16 101 32 37
Octal 163 123 306 52 72 0 26 401 62 67
Binary 1110011 1010011 11000110 101010 111010 0 10110 100000001 110010 110111

Color Harmonies of #7353C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7353C6

Black with #7353C6

Text Example


Text Example

White with #7353C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7353C6; }

 p { color: rgb(115,83,198); }

 H1.HeaderClassName
 {
   color: #7353C6;
 }
 .AnyTagClassName
 {
   color: #7353C6;
 }
</style>

background-color css

<style>
 a { background-color: #7353C6; }

 a { background-color: rgb(115,83,198); }

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

border-color css

<style>
 span { border-color: #7353C6; }

 span { border-color: rgb(115,83,198); }

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