Html Css Color HEX #734AF0 Medium Slate Blue

📋 copy color: '#734AF0'

red 115 ◦ green 74 ◦ blue 240

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

Shades of Medium Slate Blue #734AF0

Tints of Medium Slate Blue #734AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.94%

R = 26.81%
G = 17.25%
B = 55.94%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#734AF0 (or 0x734AF0) is known color: Medium Slate Blue. HEX triplet: 73, 4A and F0. RGB value is (115,74,240). Sum of RGB (Red+Green+Blue) = 115+74+240=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 240 (94.14% from 255 or 55.94% from 429); Max value from RGB is 240 - color contains mainly: blue. Hex color #734AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #734AF0 is #8CB50F. Grayscale: #686868. Windows color (decimal): -9221392 or 15747699. OLE color: 15747699.

HSL color Cylindrical-coordinate representation of color #734AF0: hue angle of 254.82º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #734AF0 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 74 240 -
CMYK 0.52 0.69 0 0.06
HSL 254.82º 0.85% 0.62% -
HSV(B) 254.82º 0.69% 0.94% -
XYZ 25.25 14.83 83.97 -
YUV 105.18 204.08 135 -
System Red Green Blue C M Y K H S L
Decimal 115 74 240 0.52 0.69 0 0.06 254.82 0.85 0.62
Hex 73 4A F0 34 45 0 6 FF 55 3E
Octal 163 112 360 64 105 0 6 377 125 76
Binary 1110011 1001010 11110000 110100 1000101 0 110 11111111 1010101 111110

Color Harmonies of #734AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734AF0

Black with #734AF0

Text Example


Text Example

White with #734AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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