Html Css Color HEX #734CFA Medium Slate Blue

📋 copy color: '#734CFA'

red 115 ◦ green 76 ◦ blue 250

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

Shades of Medium Slate Blue #734CFA

Tints of Medium Slate Blue #734CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.69%

R = 26.08%
G = 17.23%
B = 56.69%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#734CFA (or 0x734CFA) is known color: Medium Slate Blue. HEX triplet: 73, 4C and FA. RGB value is (115,76,250). Sum of RGB (Red+Green+Blue) = 115+76+250=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #734CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #734CFA is #8CB305. Grayscale: #6A6A6A. Windows color (decimal): -9220870 or 16403571. OLE color: 16403571.

HSL color Cylindrical-coordinate representation of color #734CFA: hue angle of 253.45º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #734CFA is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 76 250 -
CMYK 0.54 0.70 0 0.02
HSL 253.45º 0.95% 0.64% -
HSV(B) 253.45º 0.7% 0.98% -
XYZ 26.91 15.72 92.06 -
YUV 107.5 208.42 133.35 -
System Red Green Blue C M Y K H S L
Decimal 115 76 250 0.54 0.70 0 0.02 253.45 0.95 0.64
Hex 73 4C FA 36 46 0 2 FD 5F 40
Octal 163 114 372 66 106 0 2 375 137 100
Binary 1110011 1001100 11111010 110110 1000110 0 10 11111101 1011111 1000000

Color Harmonies of #734CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734CFA

Black with #734CFA

Text Example


Text Example

White with #734CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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