Html Css Color HEX #7342D6 Slate Blue

📋 copy color: '#7342D6'

red 115 ◦ green 66 ◦ blue 214

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

Shades of Slate Blue #7342D6

Tints of Slate Blue #7342D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 54.18%

R = 29.11%
G = 16.71%
B = 54.18%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7342D6 (or 0x7342D6) is known color: Slate Blue. HEX triplet: 73, 42 and D6. RGB value is (115,66,214). Sum of RGB (Red+Green+Blue) = 115+66+214=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 214 (83.98% from 255 or 54.18% from 395); Max value from RGB is 214 - color contains mainly: blue. Hex color #7342D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7342D6 is #8CBD29. Grayscale: #606060. Windows color (decimal): -9223466 or 14041715. OLE color: 14041715.

HSL color Cylindrical-coordinate representation of color #7342D6: hue angle of 259.86º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7342D6 is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 66 214 -
CMYK 0.46 0.69 0 0.16
HSL 259.86º 0.64% 0.55% -
HSV(B) 259.86º 0.69% 0.84% -
XYZ 21.16 12.4 64.9 -
YUV 97.52 193.73 140.47 -
System Red Green Blue C M Y K H S L
Decimal 115 66 214 0.46 0.69 0 0.16 259.86 0.64 0.55
Hex 73 42 D6 2E 45 0 10 104 40 37
Octal 163 102 326 56 105 0 20 404 100 67
Binary 1110011 1000010 11010110 101110 1000101 0 10000 100000100 1000000 110111

Color Harmonies of #7342D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7342D6

Black with #7342D6

Text Example


Text Example

White with #7342D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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