Html Css Color HEX #7350FB Medium Slate Blue

📋 copy color: '#7350FB'

red 115 ◦ green 80 ◦ blue 251

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

Shades of Medium Slate Blue #7350FB

Tints of Medium Slate Blue #7350FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.28%

R = 25.78%
G = 17.94%
B = 56.28%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7350FB (or 0x7350FB) is known color: Medium Slate Blue. HEX triplet: 73, 50 and FB. RGB value is (115,80,251). Sum of RGB (Red+Green+Blue) = 115+80+251=446 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.78% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #7350FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7350FB is #8CAF04. Grayscale: #6D6D6D. Windows color (decimal): -9219845 or 16470131. OLE color: 16470131.

HSL color Cylindrical-coordinate representation of color #7350FB: hue angle of 252.28º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7350FB is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 80 251 -
CMYK 0.54 0.68 0 0.02
HSL 252.28º 0.96% 0.65% -
HSV(B) 252.28º 0.68% 0.98% -
XYZ 27.35 16.35 92.98 -
YUV 109.96 207.6 131.6 -
System Red Green Blue C M Y K H S L
Decimal 115 80 251 0.54 0.68 0 0.02 252.28 0.96 0.65
Hex 73 50 FB 36 44 0 2 FC 60 41
Octal 163 120 373 66 104 0 2 374 140 101
Binary 1110011 1010000 11111011 110110 1000100 0 10 11111100 1100000 1000001

Color Harmonies of #7350FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7350FB

Black with #7350FB

Text Example


Text Example

White with #7350FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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