Html Css Color HEX #7343DC Slate Blue

📋 copy color: '#7343DC'

red 115 ◦ green 67 ◦ blue 220

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

Shades of Slate Blue #7343DC

Tints of Slate Blue #7343DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.73%

R = 28.61%
G = 16.67%
B = 54.73%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7343DC (or 0x7343DC) is known color: Slate Blue. HEX triplet: 73, 43 and DC. RGB value is (115,67,220). Sum of RGB (Red+Green+Blue) = 115+67+220=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #7343DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7343DC is #8CBC23. Grayscale: #626262. Windows color (decimal): -9223204 or 14435187. OLE color: 14435187.

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

Color convert

RGB 115 67 220 -
CMYK 0.48 0.70 0 0.14
HSL 258.82º 0.69% 0.56% -
HSV(B) 258.82º 0.7% 0.86% -
XYZ 22 12.83 69.03 -
YUV 98.79 196.4 139.56 -
System Red Green Blue C M Y K H S L
Decimal 115 67 220 0.48 0.70 0 0.14 258.82 0.69 0.56
Hex 73 43 DC 30 46 0 E 103 45 38
Octal 163 103 334 60 106 0 16 403 105 70
Binary 1110011 1000011 11011100 110000 1000110 0 1110 100000011 1000101 111000

Color Harmonies of #7343DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7343DC

Black with #7343DC

Text Example


Text Example

White with #7343DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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