Html Css Color HEX #7350FE Medium Slate Blue

📋 copy color: '#7350FE'

red 115 ◦ green 80 ◦ blue 254

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

Shades of Medium Slate Blue #7350FE

Tints of Medium Slate Blue #7350FE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.82%

 BLUE value IS 254 (99.61% from 255) = 56.57%

R = 25.61%
G = 17.82%
B = 56.57%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7350FE (or 0x7350FE) is known color: Medium Slate Blue. HEX triplet: 73, 50 and FE. RGB value is (115,80,254). Sum of RGB (Red+Green+Blue) = 115+80+254=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #7350FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7350FE is #8CAF01. Grayscale: #6D6D6D. Windows color (decimal): -9219842 or 16666739. OLE color: 16666739.

HSL color Cylindrical-coordinate representation of color #7350FE: hue angle of 252.07º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7350FE is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 115 80 254 -
CMYK 0.55 0.69 0 0.00
HSL 252.07º 0.99% 0.65% -
HSV(B) 252.07º 0.69% 1% -
XYZ 27.83 16.54 95.49 -
YUV 110.3 209.1 131.35 -
System Red Green Blue C M Y K H S L
Decimal 115 80 254 0.55 0.69 0 0.00 252.07 0.99 0.65
Hex 73 50 FE 37 45 0 0 FC 63 41
Octal 163 120 376 67 105 0 0 374 143 101
Binary 1110011 1010000 11111110 110111 1000101 0 0 11111100 1100011 1000001

Color Harmonies of #7350FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7350FE

Black with #7350FE

Text Example


Text Example

White with #7350FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7350FE; }

 p { color: rgb(115,80,254); }

 H1.HeaderClassName
 {
   color: #7350FE;
 }
 .AnyTagClassName
 {
   color: #7350FE;
 }
</style>

background-color css

<style>
 a { background-color: #7350FE; }

 a { background-color: rgb(115,80,254); }

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

border-color css

<style>
 span { border-color: #7350FE; }

 span { border-color: rgb(115,80,254); }

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