Html Css Color HEX #734AEC Medium Slate Blue

📋 copy color: '#734AEC'

red 115 ◦ green 74 ◦ blue 236

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

Shades of Medium Slate Blue #734AEC

Tints of Medium Slate Blue #734AEC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.41%

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

R = 27.06%
G = 17.41%
B = 55.53%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#734AEC (or 0x734AEC) is known color: Medium Slate Blue. HEX triplet: 73, 4A and EC. RGB value is (115,74,236). Sum of RGB (Red+Green+Blue) = 115+74+236=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #734AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #734AEC is #8CB513. Grayscale: #686868. Windows color (decimal): -9221396 or 15485555. OLE color: 15485555.

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

Color convert

RGB 115 74 236 -
CMYK 0.51 0.69 0 0.07
HSL 255.19º 0.81% 0.61% -
HSV(B) 255.19º 0.69% 0.93% -
XYZ 24.66 14.6 80.87 -
YUV 104.73 202.08 135.33 -
System Red Green Blue C M Y K H S L
Decimal 115 74 236 0.51 0.69 0 0.07 255.19 0.81 0.61
Hex 73 4A EC 33 45 0 7 FF 51 3D
Octal 163 112 354 63 105 0 7 377 121 75
Binary 1110011 1001010 11101100 110011 1000101 0 111 11111111 1010001 111101

Color Harmonies of #734AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734AEC

Black with #734AEC

Text Example


Text Example

White with #734AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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