Html Css Color HEX #734AFE Medium Slate Blue

📋 copy color: '#734AFE'

red 115 ◦ green 74 ◦ blue 254

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

Shades of Medium Slate Blue #734AFE

Tints of Medium Slate Blue #734AFE

RGB

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

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

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

R = 25.96%
G = 16.7%
B = 57.34%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#734AFE (or 0x734AFE) is known color: Medium Slate Blue. HEX triplet: 73, 4A and FE. RGB value is (115,74,254). Sum of RGB (Red+Green+Blue) = 115+74+254=443 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.96% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #734AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #734AFE is #8CB501. Grayscale: #6A6A6A. Windows color (decimal): -9221378 or 16665203. OLE color: 16665203.

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

Color convert

RGB 115 74 254 -
CMYK 0.55 0.71 0 0.00
HSL 253.67º 0.99% 0.64% -
HSV(B) 253.67º 0.71% 1% -
XYZ 27.41 15.7 95.35 -
YUV 106.78 211.08 133.86 -
System Red Green Blue C M Y K H S L
Decimal 115 74 254 0.55 0.71 0 0.00 253.67 0.99 0.64
Hex 73 4A FE 37 47 0 0 FE 63 40
Octal 163 112 376 67 107 0 0 376 143 100
Binary 1110011 1001010 11111110 110111 1000111 0 0 11111110 1100011 1000000

Color Harmonies of #734AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734AFE

Black with #734AFE

Text Example


Text Example

White with #734AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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