Html Css Color HEX #7345E0 Slate Blue

📋 copy color: '#7345E0'

red 115 ◦ green 69 ◦ blue 224

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

Shades of Slate Blue #7345E0

Tints of Slate Blue #7345E0

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.91%

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

R = 28.19%
G = 16.91%
B = 54.9%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7345E0 (or 0x7345E0) is known color: Slate Blue. HEX triplet: 73, 45 and E0. RGB value is (115,69,224). Sum of RGB (Red+Green+Blue) = 115+69+224=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 224 (87.89% from 255 or 54.90% from 408); Max value from RGB is 224 - color contains mainly: blue. Hex color #7345E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7345E0 is #8CBA1F. Grayscale: #636363. Windows color (decimal): -9222688 or 14697843. OLE color: 14697843.

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

Color convert

RGB 115 69 224 -
CMYK 0.49 0.69 0 0.12
HSL 257.81º 0.71% 0.57% -
HSV(B) 257.81º 0.69% 0.88% -
XYZ 22.65 13.28 71.89 -
YUV 100.42 197.74 138.4 -
System Red Green Blue C M Y K H S L
Decimal 115 69 224 0.49 0.69 0 0.12 257.81 0.71 0.57
Hex 73 45 E0 31 45 0 C 102 47 39
Octal 163 105 340 61 105 0 14 402 107 71
Binary 1110011 1000101 11100000 110001 1000101 0 1100 100000010 1000111 111001

Color Harmonies of #7345E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7345E0

Black with #7345E0

Text Example


Text Example

White with #7345E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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