Html Css Color HEX #7345DB Slate Blue

📋 copy color: '#7345DB'

red 115 ◦ green 69 ◦ blue 219

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

Shades of Slate Blue #7345DB

Tints of Slate Blue #7345DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.34%

R = 28.54%
G = 17.12%
B = 54.34%

CMYK

 C value IS 0.47

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7345DB (or 0x7345DB) is known color: Slate Blue. HEX triplet: 73, 45 and DB. RGB value is (115,69,219). Sum of RGB (Red+Green+Blue) = 115+69+219=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #7345DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7345DB is #8CBA24. Grayscale: #636363. Windows color (decimal): -9222693 or 14370163. OLE color: 14370163.

HSL color Cylindrical-coordinate representation of color #7345DB: hue angle of 258.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7345DB is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 69 219 -
CMYK 0.47 0.68 0 0.14
HSL 258.4º 0.68% 0.56% -
HSV(B) 258.4º 0.68% 0.86% -
XYZ 21.98 13.02 68.37 -
YUV 99.85 195.24 138.8 -
System Red Green Blue C M Y K H S L
Decimal 115 69 219 0.47 0.68 0 0.14 258.4 0.68 0.56
Hex 73 45 DB 2F 44 0 E 102 44 38
Octal 163 105 333 57 104 0 16 402 104 70
Binary 1110011 1000101 11011011 101111 1000100 0 1110 100000010 1000100 111000

Color Harmonies of #7345DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7345DB

Black with #7345DB

Text Example


Text Example

White with #7345DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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