Html Css Color HEX #726CFC Medium Slate Blue

📋 copy color: '#726CFC'

red 114 ◦ green 108 ◦ blue 252

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

Shades of Medium Slate Blue #726CFC

Tints of Medium Slate Blue #726CFC

RGB

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

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

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

R = 24.05%
G = 22.78%
B = 53.16%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#726CFC (or 0x726CFC) is known color: Medium Slate Blue. HEX triplet: 72, 6C and FC. RGB value is (114,108,252). Sum of RGB (Red+Green+Blue) = 114+108+252=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #726CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726CFC is #8D9303. Grayscale: #7D7D7D. Windows color (decimal): -9278212 or 16542834. OLE color: 16542834.

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

Color convert

RGB 114 108 252 -
CMYK 0.55 0.57 0 0.01
HSL 242.5º 0.96% 0.71% -
HSV(B) 242.5º 0.57% 0.99% -
XYZ 29.87 21.33 94.64 -
YUV 126.21 198.99 119.29 -
System Red Green Blue C M Y K H S L
Decimal 114 108 252 0.55 0.57 0 0.01 242.5 0.96 0.71
Hex 72 6C FC 37 39 0 1 F2 60 47
Octal 162 154 374 67 71 0 1 362 140 107
Binary 1110010 1101100 11111100 110111 111001 0 1 11110010 1100000 1000111

Color Harmonies of #726CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726CFC

Black with #726CFC

Text Example


Text Example

White with #726CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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