Html Css Color HEX #7359C1 Slate Blue

📋 copy color: '#7359C1'

red 115 ◦ green 89 ◦ blue 193

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

Shades of Slate Blue #7359C1

Tints of Slate Blue #7359C1

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.42%

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

R = 28.97%
G = 22.42%
B = 48.61%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7359C1 (or 0x7359C1) is known color: Slate Blue. HEX triplet: 73, 59 and C1. RGB value is (115,89,193). Sum of RGB (Red+Green+Blue) = 115+89+193=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #7359C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7359C1 is #8CA63E. Grayscale: #6C6C6C. Windows color (decimal): -9217599 or 12671347. OLE color: 12671347.

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

Color convert

RGB 115 89 193 -
CMYK 0.40 0.54 0 0.24
HSL 255º 0.46% 0.55% -
HSV(B) 255º 0.54% 0.76% -
XYZ 20.27 14.64 52.21 -
YUV 108.63 175.61 132.54 -
System Red Green Blue C M Y K H S L
Decimal 115 89 193 0.40 0.54 0 0.24 255 0.46 0.55
Hex 73 59 C1 28 36 0 18 FF 2E 37
Octal 163 131 301 50 66 0 30 377 56 67
Binary 1110011 1011001 11000001 101000 110110 0 11000 11111111 101110 110111

Color Harmonies of #7359C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7359C1

Black with #7359C1

Text Example


Text Example

White with #7359C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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