Html Css Color HEX #726FFA Medium Slate Blue

📋 copy color: '#726FFA'

red 114 ◦ green 111 ◦ blue 250

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

Shades of Medium Slate Blue #726FFA

Tints of Medium Slate Blue #726FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.37%

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

R = 24%
G = 23.37%
B = 52.63%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#726FFA (or 0x726FFA) is known color: Medium Slate Blue. HEX triplet: 72, 6F and FA. RGB value is (114,111,250). Sum of RGB (Red+Green+Blue) = 114+111+250=475 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #726FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726FFA is #8D9005. Grayscale: #7F7F7F. Windows color (decimal): -9277446 or 16412530. OLE color: 16412530.

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

Color convert

RGB 114 111 250 -
CMYK 0.54 0.56 0 0.02
HSL 241.3º 0.93% 0.71% -
HSV(B) 241.3º 0.56% 0.98% -
XYZ 29.88 21.85 93.08 -
YUV 127.74 196.99 118.2 -
System Red Green Blue C M Y K H S L
Decimal 114 111 250 0.54 0.56 0 0.02 241.3 0.93 0.71
Hex 72 6F FA 36 38 0 2 F1 5D 47
Octal 162 157 372 66 70 0 2 361 135 107
Binary 1110010 1101111 11111010 110110 111000 0 10 11110001 1011101 1000111

Color Harmonies of #726FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726FFA

Black with #726FFA

Text Example


Text Example

White with #726FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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