Html Css Color HEX #726CF8 Medium Slate Blue

📋 copy color: '#726CF8'

red 114 ◦ green 108 ◦ blue 248

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

Shades of Medium Slate Blue #726CF8

Tints of Medium Slate Blue #726CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 52.77%

R = 24.26%
G = 22.98%
B = 52.77%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#726CF8 (or 0x726CF8) is known color: Medium Slate Blue. HEX triplet: 72, 6C and F8. RGB value is (114,108,248). Sum of RGB (Red+Green+Blue) = 114+108+248=470 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.26% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 248 (97.27% from 255 or 52.77% from 470); Max value from RGB is 248 - color contains mainly: blue. Hex color #726CF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726CF8 is #8D9307. Grayscale: #7D7D7D. Windows color (decimal): -9278216 or 16280690. OLE color: 16280690.

HSL color Cylindrical-coordinate representation of color #726CF8: hue angle of 242.57º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #726CF8 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 114 108 248 -
CMYK 0.54 0.56 0 0.03
HSL 242.57º 0.91% 0.7% -
HSV(B) 242.57º 0.56% 0.97% -
XYZ 29.25 21.08 91.33 -
YUV 125.75 196.99 119.62 -
System Red Green Blue C M Y K H S L
Decimal 114 108 248 0.54 0.56 0 0.03 242.57 0.91 0.7
Hex 72 6C F8 36 38 0 3 F3 5B 46
Octal 162 154 370 66 70 0 3 363 133 106
Binary 1110010 1101100 11111000 110110 111000 0 11 11110011 1011011 1000110

Color Harmonies of #726CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726CF8

Black with #726CF8

Text Example


Text Example

White with #726CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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