Html Css Color HEX #7369DB Medium Slate Blue

📋 copy color: '#7369DB'

red 115 ◦ green 105 ◦ blue 219

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

Shades of Medium Slate Blue #7369DB

Tints of Medium Slate Blue #7369DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.89%

R = 26.2%
G = 23.92%
B = 49.89%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7369DB (or 0x7369DB) is known color: Medium Slate Blue. HEX triplet: 73, 69 and DB. RGB value is (115,105,219). Sum of RGB (Red+Green+Blue) = 115+105+219=439 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.20% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #7369DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7369DB is #8C9624. Grayscale: #787878. Windows color (decimal): -9213477 or 14379379. OLE color: 14379379.

HSL color Cylindrical-coordinate representation of color #7369DB: hue angle of 245.26º degrees, saturation: 0.61, 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 #7369DB is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 105 219 -
CMYK 0.47 0.52 0 0.14
HSL 245.26º 0.61% 0.64% -
HSV(B) 245.26º 0.52% 0.86% -
XYZ 24.91 18.86 69.35 -
YUV 120.99 183.31 123.73 -
System Red Green Blue C M Y K H S L
Decimal 115 105 219 0.47 0.52 0 0.14 245.26 0.61 0.64
Hex 73 69 DB 2F 34 0 E F5 3D 40
Octal 163 151 333 57 64 0 16 365 75 100
Binary 1110011 1101001 11011011 101111 110100 0 1110 11110101 111101 1000000

Color Harmonies of #7369DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7369DB

Black with #7369DB

Text Example


Text Example

White with #7369DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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