Html Css Color HEX #7340DA Slate Blue

📋 copy color: '#7340DA'

red 115 ◦ green 64 ◦ blue 218

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

Shades of Slate Blue #7340DA

Tints of Slate Blue #7340DA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.12%

 BLUE value IS 218 (85.55% from 255) = 54.91%

R = 28.97%
G = 16.12%
B = 54.91%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7340DA (or 0x7340DA) is known color: Slate Blue. HEX triplet: 73, 40 and DA. RGB value is (115,64,218). Sum of RGB (Red+Green+Blue) = 115+64+218=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #7340DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7340DA is #8CBF25. Grayscale: #606060. Windows color (decimal): -9223974 or 14303347. OLE color: 14303347.

HSL color Cylindrical-coordinate representation of color #7340DA: hue angle of 259.87º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7340DA is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 64 218 -
CMYK 0.47 0.71 0 0.15
HSL 259.87º 0.68% 0.55% -
HSV(B) 259.87º 0.71% 0.85% -
XYZ 21.56 12.37 67.58 -
YUV 96.81 196.4 140.98 -
System Red Green Blue C M Y K H S L
Decimal 115 64 218 0.47 0.71 0 0.15 259.87 0.68 0.55
Hex 73 40 DA 2F 47 0 F 104 44 37
Octal 163 100 332 57 107 0 17 404 104 67
Binary 1110011 1000000 11011010 101111 1000111 0 1111 100000100 1000100 110111

Color Harmonies of #7340DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7340DA

Black with #7340DA

Text Example


Text Example

White with #7340DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7340DA; }

 p { color: rgb(115,64,218); }

 H1.HeaderClassName
 {
   color: #7340DA;
 }
 .AnyTagClassName
 {
   color: #7340DA;
 }
</style>

background-color css

<style>
 a { background-color: #7340DA; }

 a { background-color: rgb(115,64,218); }

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

border-color css

<style>
 span { border-color: #7340DA; }

 span { border-color: rgb(115,64,218); }

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