Html Css Color HEX #7347E5 Slate Blue

📋 copy color: '#7347E5'

red 115 ◦ green 71 ◦ blue 229

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

Shades of Slate Blue #7347E5

Tints of Slate Blue #7347E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 55.18%

R = 27.71%
G = 17.11%
B = 55.18%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7347E5 (or 0x7347E5) is known color: Slate Blue. HEX triplet: 73, 47 and E5. RGB value is (115,71,229). Sum of RGB (Red+Green+Blue) = 115+71+229=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 229 (89.84% from 255 or 55.18% from 415); Max value from RGB is 229 - color contains mainly: blue. Hex color #7347E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7347E5 is #8CB81A. Grayscale: #656565. Windows color (decimal): -9222171 or 15026035. OLE color: 15026035.

HSL color Cylindrical-coordinate representation of color #7347E5: hue angle of 256.71º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7347E5 is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 115 71 229 -
CMYK 0.50 0.69 0 0.10
HSL 256.71º 0.75% 0.59% -
HSV(B) 256.71º 0.69% 0.9% -
XYZ 23.47 13.81 75.56 -
YUV 102.17 199.58 137.15 -
System Red Green Blue C M Y K H S L
Decimal 115 71 229 0.50 0.69 0 0.10 256.71 0.75 0.59
Hex 73 47 E5 32 45 0 A 101 4B 3B
Octal 163 107 345 62 105 0 12 401 113 73
Binary 1110011 1000111 11100101 110010 1000101 0 1010 100000001 1001011 111011

Color Harmonies of #7347E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7347E5

Black with #7347E5

Text Example


Text Example

White with #7347E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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