Html Css Color HEX #7380EA Medium Slate Blue

📋 copy color: '#7380EA'

red 115 ◦ green 128 ◦ blue 234

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

Shades of Medium Slate Blue #7380EA

Tints of Medium Slate Blue #7380EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.06%

R = 24.11%
G = 26.83%
B = 49.06%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7380EA (or 0x7380EA) is known color: Medium Slate Blue. HEX triplet: 73, 80 and EA. RGB value is (115,128,234). Sum of RGB (Red+Green+Blue) = 115+128+234=477 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.11% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #7380EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7380EA is #8C7F15. Grayscale: #878787. Windows color (decimal): -9207574 or 15368307. OLE color: 15368307.

HSL color Cylindrical-coordinate representation of color #7380EA: hue angle of 233.45º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7380EA is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 128 234 -
CMYK 0.51 0.45 0 0.08
HSL 233.45º 0.74% 0.68% -
HSV(B) 233.45º 0.51% 0.92% -
XYZ 29.64 25.02 81.11 -
YUV 136.2 183.19 112.88 -
System Red Green Blue C M Y K H S L
Decimal 115 128 234 0.51 0.45 0 0.08 233.45 0.74 0.68
Hex 73 80 EA 33 2D 0 8 E9 4A 44
Octal 163 200 352 63 55 0 10 351 112 104
Binary 1110011 10000000 11101010 110011 101101 0 1000 11101001 1001010 1000100

Color Harmonies of #7380EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7380EA

Black with #7380EA

Text Example


Text Example

White with #7380EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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