Html Css Color HEX #7369DC Medium Slate Blue

📋 copy color: '#7369DC'

red 115 ◦ green 105 ◦ blue 220

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

Shades of Medium Slate Blue #7369DC

Tints of Medium Slate Blue #7369DC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.86%

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

R = 26.14%
G = 23.86%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7369DC (or 0x7369DC) is known color: Medium Slate Blue. HEX triplet: 73, 69 and DC. RGB value is (115,105,220). Sum of RGB (Red+Green+Blue) = 115+105+220=440 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.14% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #7369DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7369DC is #8C9623. Grayscale: #787878. Windows color (decimal): -9213476 or 14444915. OLE color: 14444915.

HSL color Cylindrical-coordinate representation of color #7369DC: hue angle of 245.22º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7369DC is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 105 220 -
CMYK 0.48 0.52 0 0.14
HSL 245.22º 0.62% 0.64% -
HSV(B) 245.22º 0.52% 0.86% -
XYZ 25.04 18.92 70.04 -
YUV 121.1 183.81 123.65 -
System Red Green Blue C M Y K H S L
Decimal 115 105 220 0.48 0.52 0 0.14 245.22 0.62 0.64
Hex 73 69 DC 30 34 0 E F5 3E 40
Octal 163 151 334 60 64 0 16 365 76 100
Binary 1110011 1101001 11011100 110000 110100 0 1110 11110101 111110 1000000

Color Harmonies of #7369DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7369DC

Black with #7369DC

Text Example


Text Example

White with #7369DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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