Html Css Color HEX #726FDE Medium Slate Blue

📋 copy color: '#726FDE'

red 114 ◦ green 111 ◦ blue 222

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

Shades of Medium Slate Blue #726FDE

Tints of Medium Slate Blue #726FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.66%

R = 25.5%
G = 24.83%
B = 49.66%

CMYK

 C value IS 0.49

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#726FDE (or 0x726FDE) is known color: Medium Slate Blue. HEX triplet: 72, 6F and DE. RGB value is (114,111,222). Sum of RGB (Red+Green+Blue) = 114+111+222=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #726FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726FDE is #8D9021. Grayscale: #7C7C7C. Windows color (decimal): -9277474 or 14577522. OLE color: 14577522.

HSL color Cylindrical-coordinate representation of color #726FDE: hue angle of 241.62º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #726FDE is Cyan = 0.49, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 111 222 -
CMYK 0.49 0.5 0 0.13
HSL 241.62º 0.63% 0.65% -
HSV(B) 241.62º 0.5% 0.87% -
XYZ 25.81 20.22 71.65 -
YUV 124.55 182.99 120.47 -
System Red Green Blue C M Y K H S L
Decimal 114 111 222 0.49 0.5 0 0.13 241.62 0.63 0.65
Hex 72 6F DE 31 32 0 D F2 3F 41
Octal 162 157 336 61 62 0 15 362 77 101
Binary 1110010 1101111 11011110 110001 110010 0 1101 11110010 111111 1000001

Color Harmonies of #726FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726FDE

Black with #726FDE

Text Example


Text Example

White with #726FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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