Html Css Color HEX #7349CD Slate Blue

📋 copy color: '#7349CD'

red 115 ◦ green 73 ◦ blue 205

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

Shades of Slate Blue #7349CD

Tints of Slate Blue #7349CD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.58%

 BLUE value IS 205 (80.47% from 255) = 52.16%

R = 29.26%
G = 18.58%
B = 52.16%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7349CD (or 0x7349CD) is known color: Slate Blue. HEX triplet: 73, 49 and CD. RGB value is (115,73,205). Sum of RGB (Red+Green+Blue) = 115+73+205=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #7349CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7349CD is #8CB632. Grayscale: #646464. Windows color (decimal): -9221683 or 13453683. OLE color: 13453683.

HSL color Cylindrical-coordinate representation of color #7349CD: hue angle of 259.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7349CD is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 73 205 -
CMYK 0.44 0.64 0 0.20
HSL 259.09º 0.57% 0.55% -
HSV(B) 259.09º 0.64% 0.8% -
XYZ 20.47 12.82 59.15 -
YUV 100.61 186.91 138.27 -
System Red Green Blue C M Y K H S L
Decimal 115 73 205 0.44 0.64 0 0.20 259.09 0.57 0.55
Hex 73 49 CD 2C 40 0 14 103 39 37
Octal 163 111 315 54 100 0 24 403 71 67
Binary 1110011 1001001 11001101 101100 1000000 0 10100 100000011 111001 110111

Color Harmonies of #7349CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7349CD

Black with #7349CD

Text Example


Text Example

White with #7349CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7349CD; }

 p { color: rgb(115,73,205); }

 H1.HeaderClassName
 {
   color: #7349CD;
 }
 .AnyTagClassName
 {
   color: #7349CD;
 }
</style>

background-color css

<style>
 a { background-color: #7349CD; }

 a { background-color: rgb(115,73,205); }

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

border-color css

<style>
 span { border-color: #7349CD; }

 span { border-color: rgb(115,73,205); }

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