Html Css Color HEX #7343DB Slate Blue

📋 copy color: '#7343DB'

red 115 ◦ green 67 ◦ blue 219

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

Shades of Slate Blue #7343DB

Tints of Slate Blue #7343DB

RGB

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

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

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

R = 28.68%
G = 16.71%
B = 54.61%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7343DB (or 0x7343DB) is known color: Slate Blue. HEX triplet: 73, 43 and DB. RGB value is (115,67,219). Sum of RGB (Red+Green+Blue) = 115+67+219=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #7343DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7343DB is #8CBC24. Grayscale: #626262. Windows color (decimal): -9223205 or 14369651. OLE color: 14369651.

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

Color convert

RGB 115 67 219 -
CMYK 0.47 0.69 0 0.14
HSL 258.95º 0.68% 0.56% -
HSV(B) 258.95º 0.69% 0.86% -
XYZ 21.86 12.77 68.33 -
YUV 98.68 195.9 139.64 -
System Red Green Blue C M Y K H S L
Decimal 115 67 219 0.47 0.69 0 0.14 258.95 0.68 0.56
Hex 73 43 DB 2F 45 0 E 103 44 38
Octal 163 103 333 57 105 0 16 403 104 70
Binary 1110011 1000011 11011011 101111 1000101 0 1110 100000011 1000100 111000

Color Harmonies of #7343DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7343DB

Black with #7343DB

Text Example


Text Example

White with #7343DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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