Html Css Color HEX #7354FF Medium Slate Blue

📋 copy color: '#7354FF'

red 115 ◦ green 84 ◦ blue 255

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

Shades of Medium Slate Blue #7354FF

Tints of Medium Slate Blue #7354FF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.5%

 BLUE value IS 255 (100% from 255) = 56.17%

R = 25.33%
G = 18.5%
B = 56.17%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7354FF (or 0x7354FF) is known color: Medium Slate Blue. HEX triplet: 73, 54 and FF. RGB value is (115,84,255). Sum of RGB (Red+Green+Blue) = 115+84+255=454 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.33% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #7354FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7354FF is #8CAB00. Grayscale: #707070. Windows color (decimal): -9218817 or 16733299. OLE color: 16733299.

HSL color Cylindrical-coordinate representation of color #7354FF: hue angle of 250.88º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7354FF is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 115 84 255 -
CMYK 0.55 0.67 0 0
HSL 250.88º 1% 0.66% -
HSV(B) 250.88º 0.67% 1% -
XYZ 28.29 17.21 96.44 -
YUV 112.76 208.27 129.6 -
System Red Green Blue C M Y K H S L
Decimal 115 84 255 0.55 0.67 0 0 250.88 1 0.66
Hex 73 54 FF 37 43 0 0 FB 64 42
Octal 163 124 377 67 103 0 0 373 144 102
Binary 1110011 1010100 11111111 110111 1000011 0 0 11111011 1100100 1000010

Color Harmonies of #7354FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7354FF

Black with #7354FF

Text Example


Text Example

White with #7354FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7354FF; }

 p { color: rgb(115,84,255); }

 H1.HeaderClassName
 {
   color: #7354FF;
 }
 .AnyTagClassName
 {
   color: #7354FF;
 }
</style>

background-color css

<style>
 a { background-color: #7354FF; }

 a { background-color: rgb(115,84,255); }

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

border-color css

<style>
 span { border-color: #7354FF; }

 span { border-color: rgb(115,84,255); }

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