Html Css Color HEX #7380EF Medium Slate Blue

📋 copy color: '#7380EF'

red 115 ◦ green 128 ◦ blue 239

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

Shades of Medium Slate Blue #7380EF

Tints of Medium Slate Blue #7380EF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.56%

 BLUE value IS 239 (93.75% from 255) = 49.59%

R = 23.86%
G = 26.56%
B = 49.59%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7380EF (or 0x7380EF) is known color: Medium Slate Blue. HEX triplet: 73, 80 and EF. RGB value is (115,128,239). Sum of RGB (Red+Green+Blue) = 115+128+239=482 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.86% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #7380EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7380EF is #8C7F10. Grayscale: #888888. Windows color (decimal): -9207569 or 15695987. OLE color: 15695987.

HSL color Cylindrical-coordinate representation of color #7380EF: hue angle of 233.71º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7380EF is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 128 239 -
CMYK 0.52 0.46 0 0.06
HSL 233.71º 0.79% 0.69% -
HSV(B) 233.71º 0.52% 0.94% -
XYZ 30.37 25.32 84.95 -
YUV 136.77 185.69 112.47 -
System Red Green Blue C M Y K H S L
Decimal 115 128 239 0.52 0.46 0 0.06 233.71 0.79 0.69
Hex 73 80 EF 34 2E 0 6 EA 4F 45
Octal 163 200 357 64 56 0 6 352 117 105
Binary 1110011 10000000 11101111 110100 101110 0 110 11101010 1001111 1000101

Color Harmonies of #7380EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7380EF

Black with #7380EF

Text Example


Text Example

White with #7380EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7380EF; }

 p { color: rgb(115,128,239); }

 H1.HeaderClassName
 {
   color: #7380EF;
 }
 .AnyTagClassName
 {
   color: #7380EF;
 }
</style>

background-color css

<style>
 a { background-color: #7380EF; }

 a { background-color: rgb(115,128,239); }

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

border-color css

<style>
 span { border-color: #7380EF; }

 span { border-color: rgb(115,128,239); }

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