Html Css Color HEX #734DFF Medium Slate Blue

📋 copy color: '#734DFF'

red 115 ◦ green 77 ◦ blue 255

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

Shades of Medium Slate Blue #734DFF

Tints of Medium Slate Blue #734DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.23%

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

R = 25.73%
G = 17.23%
B = 57.05%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#734DFF (or 0x734DFF) is known color: Medium Slate Blue. HEX triplet: 73, 4D and FF. RGB value is (115,77,255). Sum of RGB (Red+Green+Blue) = 115+77+255=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #734DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #734DFF is #8CB200. Grayscale: #6B6B6B. Windows color (decimal): -9220609 or 16731507. OLE color: 16731507.

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

Color convert

RGB 115 77 255 -
CMYK 0.55 0.70 0 0
HSL 252.81º 1% 0.65% -
HSV(B) 252.81º 0.7% 1% -
XYZ 27.77 16.17 96.27 -
YUV 108.65 210.59 132.53 -
System Red Green Blue C M Y K H S L
Decimal 115 77 255 0.55 0.70 0 0 252.81 1 0.65
Hex 73 4D FF 37 46 0 0 FD 64 41
Octal 163 115 377 67 106 0 0 375 144 101
Binary 1110011 1001101 11111111 110111 1000110 0 0 11111101 1100100 1000001

Color Harmonies of #734DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734DFF

Black with #734DFF

Text Example


Text Example

White with #734DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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