Html Css Color HEX #7354FC Medium Slate Blue

📋 copy color: '#7354FC'

red 115 ◦ green 84 ◦ blue 252

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

Shades of Medium Slate Blue #7354FC

Tints of Medium Slate Blue #7354FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.88%

R = 25.5%
G = 18.63%
B = 55.88%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7354FC (or 0x7354FC) is known color: Medium Slate Blue. HEX triplet: 73, 54 and FC. RGB value is (115,84,252). Sum of RGB (Red+Green+Blue) = 115+84+252=451 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.50% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #7354FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7354FC is #8CAB03. Grayscale: #6F6F6F. Windows color (decimal): -9218820 or 16536691. OLE color: 16536691.

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

Color convert

RGB 115 84 252 -
CMYK 0.54 0.67 0 0.01
HSL 251.07º 0.97% 0.66% -
HSV(B) 251.07º 0.67% 0.99% -
XYZ 27.81 17.01 93.91 -
YUV 112.42 206.77 129.84 -
System Red Green Blue C M Y K H S L
Decimal 115 84 252 0.54 0.67 0 0.01 251.07 0.97 0.66
Hex 73 54 FC 36 43 0 1 FB 61 42
Octal 163 124 374 66 103 0 1 373 141 102
Binary 1110011 1010100 11111100 110110 1000011 0 1 11111011 1100001 1000010

Color Harmonies of #7354FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7354FC

Black with #7354FC

Text Example


Text Example

White with #7354FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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