Html Css Color HEX #734AED Medium Slate Blue

📋 copy color: '#734AED'

red 115 ◦ green 74 ◦ blue 237

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

Shades of Medium Slate Blue #734AED

Tints of Medium Slate Blue #734AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.63%

R = 27%
G = 17.37%
B = 55.63%

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

#734AED (or 0x734AED) is known color: Medium Slate Blue. HEX triplet: 73, 4A and ED. RGB value is (115,74,237). Sum of RGB (Red+Green+Blue) = 115+74+237=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #734AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #734AED is #8CB512. Grayscale: #686868. Windows color (decimal): -9221395 or 15551091. OLE color: 15551091.

HSL color Cylindrical-coordinate representation of color #734AED: hue angle of 255.09º degrees, saturation: 0.82, 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 #734AED is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 74 237 -
CMYK 0.51 0.69 0 0.07
HSL 255.09º 0.82% 0.61% -
HSV(B) 255.09º 0.69% 0.93% -
XYZ 24.81 14.66 81.64 -
YUV 104.84 202.58 135.25 -
System Red Green Blue C M Y K H S L
Decimal 115 74 237 0.51 0.69 0 0.07 255.09 0.82 0.61
Hex 73 4A ED 33 45 0 7 FF 52 3D
Octal 163 112 355 63 105 0 7 377 122 75
Binary 1110011 1001010 11101101 110011 1000101 0 111 11111111 1010010 111101

Color Harmonies of #734AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734AED

Black with #734AED

Text Example


Text Example

White with #734AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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