Html Css Color HEX #735AFF Medium Slate Blue

📋 copy color: '#735AFF'

red 115 ◦ green 90 ◦ blue 255

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

Shades of Medium Slate Blue #735AFF

Tints of Medium Slate Blue #735AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.57%

 BLUE value IS 255 (100% from 255) = 55.43%

R = 25%
G = 19.57%
B = 55.43%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#735AFF (or 0x735AFF) is known color: Medium Slate Blue. HEX triplet: 73, 5A and FF. RGB value is (115,90,255). Sum of RGB (Red+Green+Blue) = 115+90+255=460 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #735AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735AFF is #8CA500. Grayscale: #737373. Windows color (decimal): -9217281 or 16734835. OLE color: 16734835.

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

Color convert

RGB 115 90 255 -
CMYK 0.55 0.65 0 0
HSL 249.09º 1% 0.68% -
HSV(B) 249.09º 0.65% 1% -
XYZ 28.78 18.18 96.6 -
YUV 116.29 206.28 127.08 -
System Red Green Blue C M Y K H S L
Decimal 115 90 255 0.55 0.65 0 0 249.09 1 0.68
Hex 73 5A FF 37 41 0 0 F9 64 44
Octal 163 132 377 67 101 0 0 371 144 104
Binary 1110011 1011010 11111111 110111 1000001 0 0 11111001 1100100 1000100

Color Harmonies of #735AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735AFF

Black with #735AFF

Text Example


Text Example

White with #735AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,90,255); }

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

background-color css

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

 a { background-color: rgb(115,90,255); }

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

border-color css

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

 span { border-color: rgb(115,90,255); }

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