Html Css Color HEX #735DFD Medium Slate Blue

📋 copy color: '#735DFD'

red 115 ◦ green 93 ◦ blue 253

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

Shades of Medium Slate Blue #735DFD

Tints of Medium Slate Blue #735DFD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.17%

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

R = 24.95%
G = 20.17%
B = 54.88%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#735DFD (or 0x735DFD) is known color: Medium Slate Blue. HEX triplet: 73, 5D and FD. RGB value is (115,93,253). Sum of RGB (Red+Green+Blue) = 115+93+253=461 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.95% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #735DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735DFD is #8CA202. Grayscale: #757575. Windows color (decimal): -9216515 or 16604531. OLE color: 16604531.

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

Color convert

RGB 115 93 253 -
CMYK 0.55 0.63 0 0.01
HSL 248.25º 0.98% 0.68% -
HSV(B) 248.25º 0.63% 0.99% -
XYZ 28.71 18.57 95 -
YUV 117.82 204.29 125.99 -
System Red Green Blue C M Y K H S L
Decimal 115 93 253 0.55 0.63 0 0.01 248.25 0.98 0.68
Hex 73 5D FD 37 3F 0 1 F8 62 44
Octal 163 135 375 67 77 0 1 370 142 104
Binary 1110011 1011101 11111101 110111 111111 0 1 11111000 1100010 1000100

Color Harmonies of #735DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735DFD

Black with #735DFD

Text Example


Text Example

White with #735DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735DFD; }

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

 H1.HeaderClassName
 {
   color: #735DFD;
 }
 .AnyTagClassName
 {
   color: #735DFD;
 }
</style>

background-color css

<style>
 a { background-color: #735DFD; }

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

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

border-color css

<style>
 span { border-color: #735DFD; }

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

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