Html Css Color HEX #726BEA Medium Slate Blue

📋 copy color: '#726BEA'

red 114 ◦ green 107 ◦ blue 234

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

Shades of Medium Slate Blue #726BEA

Tints of Medium Slate Blue #726BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.43%

R = 25.05%
G = 23.52%
B = 51.43%

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

#726BEA (or 0x726BEA) is known color: Medium Slate Blue. HEX triplet: 72, 6B and EA. RGB value is (114,107,234). Sum of RGB (Red+Green+Blue) = 114+107+234=455 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.05% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #726BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726BEA is #8D9415. Grayscale: #7B7B7B. Windows color (decimal): -9278486 or 15362930. OLE color: 15362930.

HSL color Cylindrical-coordinate representation of color #726BEA: hue angle of 243.31º degrees, saturation: 0.75, 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 #726BEA is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 107 234 -
CMYK 0.51 0.54 0 0.08
HSL 243.31º 0.75% 0.67% -
HSV(B) 243.31º 0.54% 0.92% -
XYZ 27.05 20.03 80.28 -
YUV 123.57 190.32 121.17 -
System Red Green Blue C M Y K H S L
Decimal 114 107 234 0.51 0.54 0 0.08 243.31 0.75 0.67
Hex 72 6B EA 33 36 0 8 F3 4B 43
Octal 162 153 352 63 66 0 10 363 113 103
Binary 1110010 1101011 11101010 110011 110110 0 1000 11110011 1001011 1000011

Color Harmonies of #726BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726BEA

Black with #726BEA

Text Example


Text Example

White with #726BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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