Html Css Color HEX #734CFE Medium Slate Blue

📋 copy color: '#734CFE'

red 115 ◦ green 76 ◦ blue 254

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

Shades of Medium Slate Blue #734CFE

Tints of Medium Slate Blue #734CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.08%

R = 25.84%
G = 17.08%
B = 57.08%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#734CFE (or 0x734CFE) is known color: Medium Slate Blue. HEX triplet: 73, 4C and FE. RGB value is (115,76,254). Sum of RGB (Red+Green+Blue) = 115+76+254=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #734CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #734CFE is #8CB301. Grayscale: #6B6B6B. Windows color (decimal): -9220866 or 16665715. OLE color: 16665715.

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

Color convert

RGB 115 76 254 -
CMYK 0.55 0.70 0 0.00
HSL 253.15º 0.99% 0.65% -
HSV(B) 253.15º 0.7% 1% -
XYZ 27.54 15.97 95.4 -
YUV 107.95 210.42 133.03 -
System Red Green Blue C M Y K H S L
Decimal 115 76 254 0.55 0.70 0 0.00 253.15 0.99 0.65
Hex 73 4C FE 37 46 0 0 FD 63 41
Octal 163 114 376 67 106 0 0 375 143 101
Binary 1110011 1001100 11111110 110111 1000110 0 0 11111101 1100011 1000001

Color Harmonies of #734CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734CFE

Black with #734CFE

Text Example


Text Example

White with #734CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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