Html Css Color HEX #726BFC Medium Slate Blue

📋 copy color: '#726BFC'

red 114 ◦ green 107 ◦ blue 252

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

Shades of Medium Slate Blue #726BFC

Tints of Medium Slate Blue #726BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.28%

R = 24.1%
G = 22.62%
B = 53.28%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#726BFC (or 0x726BFC) is known color: Medium Slate Blue. HEX triplet: 72, 6B and FC. RGB value is (114,107,252). Sum of RGB (Red+Green+Blue) = 114+107+252=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #726BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726BFC is #8D9403. Grayscale: #7D7D7D. Windows color (decimal): -9278468 or 16542578. OLE color: 16542578.

HSL color Cylindrical-coordinate representation of color #726BFC: hue angle of 242.9º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #726BFC is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 114 107 252 -
CMYK 0.55 0.58 0 0.01
HSL 242.9º 0.96% 0.7% -
HSV(B) 242.9º 0.58% 0.99% -
XYZ 29.77 21.12 94.6 -
YUV 125.62 199.32 119.71 -
System Red Green Blue C M Y K H S L
Decimal 114 107 252 0.55 0.58 0 0.01 242.9 0.96 0.7
Hex 72 6B FC 37 3A 0 1 F3 60 46
Octal 162 153 374 67 72 0 1 363 140 106
Binary 1110010 1101011 11111100 110111 111010 0 1 11110011 1100000 1000110

Color Harmonies of #726BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726BFC

Black with #726BFC

Text Example


Text Example

White with #726BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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