Html Css Color HEX #726FF6 Medium Slate Blue

📋 copy color: '#726FF6'

red 114 ◦ green 111 ◦ blue 246

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

Shades of Medium Slate Blue #726FF6

Tints of Medium Slate Blue #726FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.23%

R = 24.2%
G = 23.57%
B = 52.23%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#726FF6 (or 0x726FF6) is known color: Medium Slate Blue. HEX triplet: 72, 6F and F6. RGB value is (114,111,246). Sum of RGB (Red+Green+Blue) = 114+111+246=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 246 (96.48% from 255 or 52.23% from 471); Max value from RGB is 246 - color contains mainly: blue. Hex color #726FF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726FF6 is #8D9009. Grayscale: #7E7E7E. Windows color (decimal): -9277450 or 16150386. OLE color: 16150386.

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

Color convert

RGB 114 111 246 -
CMYK 0.54 0.55 0 0.04
HSL 241.33º 0.88% 0.7% -
HSV(B) 241.33º 0.55% 0.96% -
XYZ 29.26 21.6 89.82 -
YUV 127.29 194.99 118.52 -
System Red Green Blue C M Y K H S L
Decimal 114 111 246 0.54 0.55 0 0.04 241.33 0.88 0.7
Hex 72 6F F6 36 37 0 4 F1 58 46
Octal 162 157 366 66 67 0 4 361 130 106
Binary 1110010 1101111 11110110 110110 110111 0 100 11110001 1011000 1000110

Color Harmonies of #726FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726FF6

Black with #726FF6

Text Example


Text Example

White with #726FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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