Html Css Color HEX #726AF5 Medium Slate Blue

📋 copy color: '#726AF5'

red 114 ◦ green 106 ◦ blue 245

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

Shades of Medium Slate Blue #726AF5

Tints of Medium Slate Blue #726AF5

RGB

 RED value IS 114 (44.92% from 255) = 24.52%

 GREEN value IS 106 (41.8% from 255) = 22.8%

 BLUE value IS 245 (96.09% from 255) = 52.69%

R = 24.52%
G = 22.8%
B = 52.69%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#726AF5 (or 0x726AF5) is known color: Medium Slate Blue. HEX triplet: 72, 6A and F5. RGB value is (114,106,245). Sum of RGB (Red+Green+Blue) = 114+106+245=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 245 (96.09% from 255 or 52.69% from 465); Max value from RGB is 245 - color contains mainly: blue. Hex color #726AF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726AF5 is #8D950A. Grayscale: #7B7B7B. Windows color (decimal): -9278731 or 16083570. OLE color: 16083570.

HSL color Cylindrical-coordinate representation of color #726AF5: hue angle of 243.45º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #726AF5 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 114 106 245 -
CMYK 0.53 0.57 0 0.04
HSL 243.45º 0.87% 0.69% -
HSV(B) 243.45º 0.57% 0.96% -
XYZ 28.57 20.48 88.83 -
YUV 124.24 196.15 120.7 -
System Red Green Blue C M Y K H S L
Decimal 114 106 245 0.53 0.57 0 0.04 243.45 0.87 0.69
Hex 72 6A F5 35 39 0 4 F3 57 45
Octal 162 152 365 65 71 0 4 363 127 105
Binary 1110010 1101010 11110101 110101 111001 0 100 11110011 1010111 1000101

Color Harmonies of #726AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726AF5

Black with #726AF5

Text Example


Text Example

White with #726AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726AF5; }

 p { color: rgb(114,106,245); }

 H1.HeaderClassName
 {
   color: #726AF5;
 }
 .AnyTagClassName
 {
   color: #726AF5;
 }
</style>

background-color css

<style>
 a { background-color: #726AF5; }

 a { background-color: rgb(114,106,245); }

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

border-color css

<style>
 span { border-color: #726AF5; }

 span { border-color: rgb(114,106,245); }

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