Html Css Color HEX #735FF6 Medium Slate Blue

📋 copy color: '#735FF6'

red 115 ◦ green 95 ◦ blue 246

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

Shades of Medium Slate Blue #735FF6

Tints of Medium Slate Blue #735FF6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.83%

 BLUE value IS 246 (96.48% from 255) = 53.95%

R = 25.22%
G = 20.83%
B = 53.95%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#735FF6 (or 0x735FF6) is known color: Medium Slate Blue. HEX triplet: 73, 5F and F6. RGB value is (115,95,246). Sum of RGB (Red+Green+Blue) = 115+95+246=456 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.22% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 246 (96.48% from 255 or 53.95% from 456); Max value from RGB is 246 - color contains mainly: blue. Hex color #735FF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735FF6 is #8CA009. Grayscale: #757575. Windows color (decimal): -9216010 or 16146291. OLE color: 16146291.

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

Color convert

RGB 115 95 246 -
CMYK 0.53 0.61 0 0.04
HSL 247.95º 0.89% 0.67% -
HSV(B) 247.95º 0.61% 0.96% -
XYZ 27.8 18.48 89.29 -
YUV 118.19 200.13 125.72 -
System Red Green Blue C M Y K H S L
Decimal 115 95 246 0.53 0.61 0 0.04 247.95 0.89 0.67
Hex 73 5F F6 35 3D 0 4 F8 59 43
Octal 163 137 366 65 75 0 4 370 131 103
Binary 1110011 1011111 11110110 110101 111101 0 100 11111000 1011001 1000011

Color Harmonies of #735FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735FF6

Black with #735FF6

Text Example


Text Example

White with #735FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,95,246); }

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

background-color css

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

 a { background-color: rgb(115,95,246); }

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

border-color css

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

 span { border-color: rgb(115,95,246); }

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