Html Css Color HEX #7355FD Medium Slate Blue

📋 copy color: '#7355FD'

red 115 ◦ green 85 ◦ blue 253

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

Shades of Medium Slate Blue #7355FD

Tints of Medium Slate Blue #7355FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.85%

R = 25.39%
G = 18.76%
B = 55.85%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7355FD (or 0x7355FD) is known color: Medium Slate Blue. HEX triplet: 73, 55 and FD. RGB value is (115,85,253). Sum of RGB (Red+Green+Blue) = 115+85+253=453 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.39% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #7355FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7355FD is #8CAA02. Grayscale: #707070. Windows color (decimal): -9218563 or 16602483. OLE color: 16602483.

HSL color Cylindrical-coordinate representation of color #7355FD: hue angle of 250.71º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7355FD is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 85 253 -
CMYK 0.55 0.66 0 0.01
HSL 250.71º 0.98% 0.66% -
HSV(B) 250.71º 0.66% 0.99% -
XYZ 28.05 17.23 94.78 -
YUV 113.12 206.94 129.34 -
System Red Green Blue C M Y K H S L
Decimal 115 85 253 0.55 0.66 0 0.01 250.71 0.98 0.66
Hex 73 55 FD 37 42 0 1 FB 62 42
Octal 163 125 375 67 102 0 1 373 142 102
Binary 1110011 1010101 11111101 110111 1000010 0 1 11111011 1100010 1000010

Color Harmonies of #7355FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7355FD

Black with #7355FD

Text Example


Text Example

White with #7355FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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