Html Css Color HEX #726FF2 Medium Slate Blue

📋 copy color: '#726FF2'

red 114 ◦ green 111 ◦ blue 242

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

Shades of Medium Slate Blue #726FF2

Tints of Medium Slate Blue #726FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 51.82%

R = 24.41%
G = 23.77%
B = 51.82%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#726FF2 (or 0x726FF2) is known color: Medium Slate Blue. HEX triplet: 72, 6F and F2. RGB value is (114,111,242). Sum of RGB (Red+Green+Blue) = 114+111+242=467 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.41% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #726FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726FF2 is #8D900D. Grayscale: #7E7E7E. Windows color (decimal): -9277454 or 15888242. OLE color: 15888242.

HSL color Cylindrical-coordinate representation of color #726FF2: hue angle of 241.37º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #726FF2 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 114 111 242 -
CMYK 0.53 0.54 0 0.05
HSL 241.37º 0.83% 0.69% -
HSV(B) 241.37º 0.54% 0.95% -
XYZ 28.65 21.36 86.62 -
YUV 126.83 192.99 118.85 -
System Red Green Blue C M Y K H S L
Decimal 114 111 242 0.53 0.54 0 0.05 241.37 0.83 0.69
Hex 72 6F F2 35 36 0 5 F1 53 45
Octal 162 157 362 65 66 0 5 361 123 105
Binary 1110010 1101111 11110010 110101 110110 0 101 11110001 1010011 1000101

Color Harmonies of #726FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726FF2

Black with #726FF2

Text Example


Text Example

White with #726FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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