Html Css Color HEX #7343E0 Slate Blue

📋 copy color: '#7343E0'

red 115 ◦ green 67 ◦ blue 224

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

Shades of Slate Blue #7343E0

Tints of Slate Blue #7343E0

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.5%

 BLUE value IS 224 (87.89% from 255) = 55.17%

R = 28.33%
G = 16.5%
B = 55.17%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7343E0 (or 0x7343E0) is known color: Slate Blue. HEX triplet: 73, 43 and E0. RGB value is (115,67,224). Sum of RGB (Red+Green+Blue) = 115+67+224=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 224 (87.89% from 255 or 55.17% from 406); Max value from RGB is 224 - color contains mainly: blue. Hex color #7343E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7343E0 is #8CBC1F. Grayscale: #626262. Windows color (decimal): -9223200 or 14697331. OLE color: 14697331.

HSL color Cylindrical-coordinate representation of color #7343E0: hue angle of 258.34º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7343E0 is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 115 67 224 -
CMYK 0.49 0.70 0 0.12
HSL 258.34º 0.72% 0.57% -
HSV(B) 258.34º 0.7% 0.88% -
XYZ 22.53 13.04 71.85 -
YUV 99.25 198.4 139.23 -
System Red Green Blue C M Y K H S L
Decimal 115 67 224 0.49 0.70 0 0.12 258.34 0.72 0.57
Hex 73 43 E0 31 46 0 C 102 48 39
Octal 163 103 340 61 106 0 14 402 110 71
Binary 1110011 1000011 11100000 110001 1000110 0 1100 100000010 1001000 111001

Color Harmonies of #7343E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7343E0

Black with #7343E0

Text Example


Text Example

White with #7343E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7343E0; }

 p { color: rgb(115,67,224); }

 H1.HeaderClassName
 {
   color: #7343E0;
 }
 .AnyTagClassName
 {
   color: #7343E0;
 }
</style>

background-color css

<style>
 a { background-color: #7343E0; }

 a { background-color: rgb(115,67,224); }

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

border-color css

<style>
 span { border-color: #7343E0; }

 span { border-color: rgb(115,67,224); }

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