Html Css Color HEX #7342DC Slate Blue

📋 copy color: '#7342DC'

red 115 ◦ green 66 ◦ blue 220

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

Shades of Slate Blue #7342DC

Tints of Slate Blue #7342DC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.46%

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

R = 28.68%
G = 16.46%
B = 54.86%

CMYK

 C value IS 0.48

 M value IS 0.7

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7342DC (or 0x7342DC) is known color: Slate Blue. HEX triplet: 73, 42 and DC. RGB value is (115,66,220). Sum of RGB (Red+Green+Blue) = 115+66+220=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #7342DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7342DC is #8CBD23. Grayscale: #616161. Windows color (decimal): -9223460 or 14434931. OLE color: 14434931.

HSL color Cylindrical-coordinate representation of color #7342DC: hue angle of 259.09º 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 #7342DC is Cyan = 0.48, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 66 220 -
CMYK 0.48 0.7 0 0.14
HSL 259.09º 0.69% 0.56% -
HSV(B) 259.09º 0.7% 0.86% -
XYZ 21.94 12.71 69.01 -
YUV 98.21 196.73 139.98 -
System Red Green Blue C M Y K H S L
Decimal 115 66 220 0.48 0.7 0 0.14 259.09 0.69 0.56
Hex 73 42 DC 30 46 0 E 103 45 38
Octal 163 102 334 60 106 0 16 403 105 70
Binary 1110011 1000010 11011100 110000 1000110 0 1110 100000011 1000101 111000

Color Harmonies of #7342DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7342DC

Black with #7342DC

Text Example


Text Example

White with #7342DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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