Html Css Color HEX #735AEC Medium Slate Blue

📋 copy color: '#735AEC'

red 115 ◦ green 90 ◦ blue 236

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

Shades of Medium Slate Blue #735AEC

Tints of Medium Slate Blue #735AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.51%

R = 26.08%
G = 20.41%
B = 53.51%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#735AEC (or 0x735AEC) is known color: Medium Slate Blue. HEX triplet: 73, 5A and EC. RGB value is (115,90,236). Sum of RGB (Red+Green+Blue) = 115+90+236=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #735AEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735AEC is #8CA513. Grayscale: #717171. Windows color (decimal): -9217300 or 15489651. OLE color: 15489651.

HSL color Cylindrical-coordinate representation of color #735AEC: hue angle of 250.27º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #735AEC is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 90 236 -
CMYK 0.51 0.62 0 0.07
HSL 250.27º 0.79% 0.64% -
HSV(B) 250.27º 0.62% 0.93% -
XYZ 25.87 17.01 81.28 -
YUV 114.12 196.78 128.63 -
System Red Green Blue C M Y K H S L
Decimal 115 90 236 0.51 0.62 0 0.07 250.27 0.79 0.64
Hex 73 5A EC 33 3E 0 7 FA 4F 40
Octal 163 132 354 63 76 0 7 372 117 100
Binary 1110011 1011010 11101100 110011 111110 0 111 11111010 1001111 1000000

Color Harmonies of #735AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735AEC

Black with #735AEC

Text Example


Text Example

White with #735AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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