Html Css Color HEX #726AFC Medium Slate Blue

📋 copy color: '#726AFC'

red 114 ◦ green 106 ◦ blue 252

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

Shades of Medium Slate Blue #726AFC

Tints of Medium Slate Blue #726AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.39%

R = 24.15%
G = 22.46%
B = 53.39%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#726AFC (or 0x726AFC) is known color: Medium Slate Blue. HEX triplet: 72, 6A and FC. RGB value is (114,106,252). Sum of RGB (Red+Green+Blue) = 114+106+252=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #726AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726AFC is #8D9503. Grayscale: #7C7C7C. Windows color (decimal): -9278724 or 16542322. OLE color: 16542322.

HSL color Cylindrical-coordinate representation of color #726AFC: hue angle of 243.29º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #726AFC is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 114 106 252 -
CMYK 0.55 0.58 0 0.01
HSL 243.29º 0.96% 0.7% -
HSV(B) 243.29º 0.58% 0.99% -
XYZ 29.66 20.91 94.57 -
YUV 125.04 199.65 120.13 -
System Red Green Blue C M Y K H S L
Decimal 114 106 252 0.55 0.58 0 0.01 243.29 0.96 0.7
Hex 72 6A FC 37 3A 0 1 F3 60 46
Octal 162 152 374 67 72 0 1 363 140 106
Binary 1110010 1101010 11111100 110111 111010 0 1 11110011 1100000 1000110

Color Harmonies of #726AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726AFC

Black with #726AFC

Text Example


Text Example

White with #726AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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