Html Css Color HEX #7347C9 Slate Blue

📋 copy color: '#7347C9'

red 115 ◦ green 71 ◦ blue 201

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

Shades of Slate Blue #7347C9

Tints of Slate Blue #7347C9

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.35%

 BLUE value IS 201 (78.91% from 255) = 51.94%

R = 29.72%
G = 18.35%
B = 51.94%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7347C9 (or 0x7347C9) is known color: Slate Blue. HEX triplet: 73, 47 and C9. RGB value is (115,71,201). Sum of RGB (Red+Green+Blue) = 115+71+201=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #7347C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7347C9 is #8CB836. Grayscale: #626262. Windows color (decimal): -9222199 or 13191027. OLE color: 13191027.

HSL color Cylindrical-coordinate representation of color #7347C9: hue angle of 260.31º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7347C9 is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 71 201 -
CMYK 0.43 0.65 0 0.21
HSL 260.31º 0.55% 0.53% -
HSV(B) 260.31º 0.65% 0.79% -
XYZ 19.87 12.37 56.6 -
YUV 98.98 185.58 139.43 -
System Red Green Blue C M Y K H S L
Decimal 115 71 201 0.43 0.65 0 0.21 260.31 0.55 0.53
Hex 73 47 C9 2B 41 0 15 104 37 35
Octal 163 107 311 53 101 0 25 404 67 65
Binary 1110011 1000111 11001001 101011 1000001 0 10101 100000100 110111 110101

Color Harmonies of #7347C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7347C9

Black with #7347C9

Text Example


Text Example

White with #7347C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7347C9; }

 p { color: rgb(115,71,201); }

 H1.HeaderClassName
 {
   color: #7347C9;
 }
 .AnyTagClassName
 {
   color: #7347C9;
 }
</style>

background-color css

<style>
 a { background-color: #7347C9; }

 a { background-color: rgb(115,71,201); }

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

border-color css

<style>
 span { border-color: #7347C9; }

 span { border-color: rgb(115,71,201); }

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