Html Css Color HEX #7355F9 Medium Slate Blue

📋 copy color: '#7355F9'

red 115 ◦ green 85 ◦ blue 249

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

Shades of Medium Slate Blue #7355F9

Tints of Medium Slate Blue #7355F9

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.93%

 BLUE value IS 249 (97.66% from 255) = 55.46%

R = 25.61%
G = 18.93%
B = 55.46%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7355F9 (or 0x7355F9) is known color: Medium Slate Blue. HEX triplet: 73, 55 and F9. RGB value is (115,85,249). Sum of RGB (Red+Green+Blue) = 115+85+249=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 249 (97.66% from 255 or 55.46% from 449); Max value from RGB is 249 - color contains mainly: blue. Hex color #7355F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7355F9 is #8CAA06. Grayscale: #707070. Windows color (decimal): -9218567 or 16340339. OLE color: 16340339.

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

Color convert

RGB 115 85 249 -
CMYK 0.54 0.66 0 0.02
HSL 250.98º 0.93% 0.65% -
HSV(B) 250.98º 0.66% 0.98% -
XYZ 27.42 16.98 91.46 -
YUV 112.67 204.94 129.66 -
System Red Green Blue C M Y K H S L
Decimal 115 85 249 0.54 0.66 0 0.02 250.98 0.93 0.65
Hex 73 55 F9 36 42 0 2 FB 5D 41
Octal 163 125 371 66 102 0 2 373 135 101
Binary 1110011 1010101 11111001 110110 1000010 0 10 11111011 1011101 1000001

Color Harmonies of #7355F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7355F9

Black with #7355F9

Text Example


Text Example

White with #7355F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7355F9; }

 p { color: rgb(115,85,249); }

 H1.HeaderClassName
 {
   color: #7355F9;
 }
 .AnyTagClassName
 {
   color: #7355F9;
 }
</style>

background-color css

<style>
 a { background-color: #7355F9; }

 a { background-color: rgb(115,85,249); }

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

border-color css

<style>
 span { border-color: #7355F9; }

 span { border-color: rgb(115,85,249); }

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