Html Css Color HEX #735DF5 Medium Slate Blue

📋 copy color: '#735DF5'

red 115 ◦ green 93 ◦ blue 245

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

Shades of Medium Slate Blue #735DF5

Tints of Medium Slate Blue #735DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 54.08%

R = 25.39%
G = 20.53%
B = 54.08%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#735DF5 (or 0x735DF5) is known color: Medium Slate Blue. HEX triplet: 73, 5D and F5. RGB value is (115,93,245). Sum of RGB (Red+Green+Blue) = 115+93+245=453 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.39% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 245 (96.09% from 255 or 54.08% from 453); Max value from RGB is 245 - color contains mainly: blue. Hex color #735DF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735DF5 is #8CA20A. Grayscale: #747474. Windows color (decimal): -9216523 or 16080243. OLE color: 16080243.

HSL color Cylindrical-coordinate representation of color #735DF5: hue angle of 248.68º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #735DF5 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 115 93 245 -
CMYK 0.53 0.62 0 0.04
HSL 248.68º 0.88% 0.66% -
HSV(B) 248.68º 0.62% 0.96% -
XYZ 27.47 18.07 88.43 -
YUV 116.91 200.29 126.64 -
System Red Green Blue C M Y K H S L
Decimal 115 93 245 0.53 0.62 0 0.04 248.68 0.88 0.66
Hex 73 5D F5 35 3E 0 4 F9 58 42
Octal 163 135 365 65 76 0 4 371 130 102
Binary 1110011 1011101 11110101 110101 111110 0 100 11111001 1011000 1000010

Color Harmonies of #735DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735DF5

Black with #735DF5

Text Example


Text Example

White with #735DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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