Html Css Color HEX #726CFA Medium Slate Blue

📋 copy color: '#726CFA'

red 114 ◦ green 108 ◦ blue 250

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

Shades of Medium Slate Blue #726CFA

Tints of Medium Slate Blue #726CFA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.88%

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

R = 24.15%
G = 22.88%
B = 52.97%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#726CFA (or 0x726CFA) is known color: Medium Slate Blue. HEX triplet: 72, 6C and FA. RGB value is (114,108,250). Sum of RGB (Red+Green+Blue) = 114+108+250=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #726CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726CFA is #8D9305. Grayscale: #7D7D7D. Windows color (decimal): -9278214 or 16411762. OLE color: 16411762.

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

Color convert

RGB 114 108 250 -
CMYK 0.54 0.57 0 0.02
HSL 242.54º 0.93% 0.7% -
HSV(B) 242.54º 0.57% 0.98% -
XYZ 29.56 21.2 92.98 -
YUV 125.98 197.99 119.45 -
System Red Green Blue C M Y K H S L
Decimal 114 108 250 0.54 0.57 0 0.02 242.54 0.93 0.7
Hex 72 6C FA 36 39 0 2 F3 5D 46
Octal 162 154 372 66 71 0 2 363 135 106
Binary 1110010 1101100 11111010 110110 111001 0 10 11110011 1011101 1000110

Color Harmonies of #726CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726CFA

Black with #726CFA

Text Example


Text Example

White with #726CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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