Html Css Color HEX #726CE9 Medium Slate Blue

📋 copy color: '#726CE9'

red 114 ◦ green 108 ◦ blue 233

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

Shades of Medium Slate Blue #726CE9

Tints of Medium Slate Blue #726CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 51.21%

R = 25.05%
G = 23.74%
B = 51.21%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#726CE9 (or 0x726CE9) is known color: Medium Slate Blue. HEX triplet: 72, 6C and E9. RGB value is (114,108,233). Sum of RGB (Red+Green+Blue) = 114+108+233=455 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.05% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 233 (91.41% from 255 or 51.21% from 455); Max value from RGB is 233 - color contains mainly: blue. Hex color #726CE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726CE9 is #8D9316. Grayscale: #7B7B7B. Windows color (decimal): -9278231 or 15297650. OLE color: 15297650.

HSL color Cylindrical-coordinate representation of color #726CE9: hue angle of 242.88º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #726CE9 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 114 108 233 -
CMYK 0.51 0.54 0 0.09
HSL 242.88º 0.74% 0.67% -
HSV(B) 242.88º 0.54% 0.91% -
XYZ 27.01 20.19 79.56 -
YUV 124.04 189.49 120.84 -
System Red Green Blue C M Y K H S L
Decimal 114 108 233 0.51 0.54 0 0.09 242.88 0.74 0.67
Hex 72 6C E9 33 36 0 9 F3 4A 43
Octal 162 154 351 63 66 0 11 363 112 103
Binary 1110010 1101100 11101001 110011 110110 0 1001 11110011 1001010 1000011

Color Harmonies of #726CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726CE9

Black with #726CE9

Text Example


Text Example

White with #726CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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