Html Css Color HEX #735AFE Medium Slate Blue

📋 copy color: '#735AFE'

red 115 ◦ green 90 ◦ blue 254

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

Shades of Medium Slate Blue #735AFE

Tints of Medium Slate Blue #735AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.34%

R = 25.05%
G = 19.61%
B = 55.34%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#735AFE (or 0x735AFE) is known color: Medium Slate Blue. HEX triplet: 73, 5A and FE. RGB value is (115,90,254). Sum of RGB (Red+Green+Blue) = 115+90+254=459 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.05% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #735AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735AFE is #8CA501. Grayscale: #737373. Windows color (decimal): -9217282 or 16669299. OLE color: 16669299.

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

Color convert

RGB 115 90 254 -
CMYK 0.55 0.65 0 0.00
HSL 249.15º 0.99% 0.67% -
HSV(B) 249.15º 0.65% 1% -
XYZ 28.62 18.11 95.75 -
YUV 116.17 205.78 127.16 -
System Red Green Blue C M Y K H S L
Decimal 115 90 254 0.55 0.65 0 0.00 249.15 0.99 0.67
Hex 73 5A FE 37 41 0 0 F9 63 43
Octal 163 132 376 67 101 0 0 371 143 103
Binary 1110011 1011010 11111110 110111 1000001 0 0 11111001 1100011 1000011

Color Harmonies of #735AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735AFE

Black with #735AFE

Text Example


Text Example

White with #735AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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