Html Css Color HEX #726BEB Medium Slate Blue

📋 copy color: '#726BEB'

red 114 ◦ green 107 ◦ blue 235

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

Shades of Medium Slate Blue #726BEB

Tints of Medium Slate Blue #726BEB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.46%

 BLUE value IS 235 (92.19% from 255) = 51.54%

R = 25%
G = 23.46%
B = 51.54%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#726BEB (or 0x726BEB) is known color: Medium Slate Blue. HEX triplet: 72, 6B and EB. RGB value is (114,107,235). Sum of RGB (Red+Green+Blue) = 114+107+235=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 107 (42.19% from 255 or 23.46% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #726BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726BEB is #8D9414. Grayscale: #7B7B7B. Windows color (decimal): -9278485 or 15428466. OLE color: 15428466.

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

Color convert

RGB 114 107 235 -
CMYK 0.51 0.54 0 0.08
HSL 243.28º 0.76% 0.67% -
HSV(B) 243.28º 0.54% 0.92% -
XYZ 27.19 20.09 81.04 -
YUV 123.69 190.82 121.09 -
System Red Green Blue C M Y K H S L
Decimal 114 107 235 0.51 0.54 0 0.08 243.28 0.76 0.67
Hex 72 6B EB 33 36 0 8 F3 4C 43
Octal 162 153 353 63 66 0 10 363 114 103
Binary 1110010 1101011 11101011 110011 110110 0 1000 11110011 1001100 1000011

Color Harmonies of #726BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726BEB

Black with #726BEB

Text Example


Text Example

White with #726BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,107,235); }

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

background-color css

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

 a { background-color: rgb(114,107,235); }

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

border-color css

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

 span { border-color: rgb(114,107,235); }

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