Html Css Color HEX #726AFA Medium Slate Blue

📋 copy color: '#726AFA'

red 114 ◦ green 106 ◦ blue 250

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

Shades of Medium Slate Blue #726AFA

Tints of Medium Slate Blue #726AFA

RGB

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

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

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

R = 24.26%
G = 22.55%
B = 53.19%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#726AFA (or 0x726AFA) is known color: Medium Slate Blue. HEX triplet: 72, 6A and FA. RGB value is (114,106,250). Sum of RGB (Red+Green+Blue) = 114+106+250=470 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.26% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #726AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726AFA is #8D9505. Grayscale: #7C7C7C. Windows color (decimal): -9278726 or 16411250. OLE color: 16411250.

HSL color Cylindrical-coordinate representation of color #726AFA: hue angle of 243.33º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #726AFA is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 106 250 -
CMYK 0.54 0.58 0 0.02
HSL 243.33º 0.94% 0.7% -
HSV(B) 243.33º 0.58% 0.98% -
XYZ 29.35 20.79 92.91 -
YUV 124.81 198.65 120.29 -
System Red Green Blue C M Y K H S L
Decimal 114 106 250 0.54 0.58 0 0.02 243.33 0.94 0.7
Hex 72 6A FA 36 3A 0 2 F3 5E 46
Octal 162 152 372 66 72 0 2 363 136 106
Binary 1110010 1101010 11111010 110110 111010 0 10 11110011 1011110 1000110

Color Harmonies of #726AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726AFA

Black with #726AFA

Text Example


Text Example

White with #726AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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