Html Css Color HEX #734CFF Medium Slate Blue

📋 copy color: '#734CFF'

red 115 ◦ green 76 ◦ blue 255

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

Shades of Medium Slate Blue #734CFF

Tints of Medium Slate Blue #734CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.04%

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

R = 25.78%
G = 17.04%
B = 57.17%

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

#734CFF (or 0x734CFF) is known color: Medium Slate Blue. HEX triplet: 73, 4C and FF. RGB value is (115,76,255). Sum of RGB (Red+Green+Blue) = 115+76+255=446 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.78% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #734CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #734CFF is #8CB300. Grayscale: #6B6B6B. Windows color (decimal): -9220865 or 16731251. OLE color: 16731251.

HSL color Cylindrical-coordinate representation of color #734CFF: hue angle of 253.07º 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 #734CFF is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 115 76 255 -
CMYK 0.55 0.70 0 0
HSL 253.07º 1% 0.65% -
HSV(B) 253.07º 0.7% 1% -
XYZ 27.7 16.03 96.24 -
YUV 108.07 210.92 132.95 -
System Red Green Blue C M Y K H S L
Decimal 115 76 255 0.55 0.70 0 0 253.07 1 0.65
Hex 73 4C FF 37 46 0 0 FD 64 41
Octal 163 114 377 67 106 0 0 375 144 101
Binary 1110011 1001100 11111111 110111 1000110 0 0 11111101 1100100 1000001

Color Harmonies of #734CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734CFF

Black with #734CFF

Text Example


Text Example

White with #734CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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