Html Css Color HEX #7349CF Slate Blue

📋 copy color: '#7349CF'

red 115 ◦ green 73 ◦ blue 207

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

Shades of Slate Blue #7349CF

Tints of Slate Blue #7349CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.41%

R = 29.11%
G = 18.48%
B = 52.41%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7349CF (or 0x7349CF) is known color: Slate Blue. HEX triplet: 73, 49 and CF. RGB value is (115,73,207). Sum of RGB (Red+Green+Blue) = 115+73+207=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #7349CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7349CF is #8CB630. Grayscale: #646464. Windows color (decimal): -9221681 or 13584755. OLE color: 13584755.

HSL color Cylindrical-coordinate representation of color #7349CF: hue angle of 258.81º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7349CF is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 73 207 -
CMYK 0.44 0.65 0 0.19
HSL 258.81º 0.58% 0.55% -
HSV(B) 258.81º 0.65% 0.81% -
XYZ 20.72 12.91 60.43 -
YUV 100.83 187.91 138.1 -
System Red Green Blue C M Y K H S L
Decimal 115 73 207 0.44 0.65 0 0.19 258.81 0.58 0.55
Hex 73 49 CF 2C 41 0 13 103 3A 37
Octal 163 111 317 54 101 0 23 403 72 67
Binary 1110011 1001001 11001111 101100 1000001 0 10011 100000011 111010 110111

Color Harmonies of #7349CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7349CF

Black with #7349CF

Text Example


Text Example

White with #7349CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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