Html Css Color HEX #726DFE Light Slate Blue

📋 copy color: '#726DFE'

red 114 ◦ green 109 ◦ blue 254

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

Shades of Light Slate Blue #726DFE

Tints of Light Slate Blue #726DFE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.85%

 BLUE value IS 254 (99.61% from 255) = 53.25%

R = 23.9%
G = 22.85%
B = 53.25%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#726DFE (or 0x726DFE) is known color: Light Slate Blue. HEX triplet: 72, 6D and FE. RGB value is (114,109,254). Sum of RGB (Red+Green+Blue) = 114+109+254=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #726DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726DFE is #8D9201. Grayscale: #7E7E7E. Windows color (decimal): -9277954 or 16674162. OLE color: 16674162.

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

Color convert

RGB 114 109 254 -
CMYK 0.55 0.57 0 0.00
HSL 242.07º 0.99% 0.71% -
HSV(B) 242.07º 0.57% 1% -
XYZ 30.3 21.67 96.35 -
YUV 127.03 199.66 118.71 -
System Red Green Blue C M Y K H S L
Decimal 114 109 254 0.55 0.57 0 0.00 242.07 0.99 0.71
Hex 72 6D FE 37 39 0 0 F2 63 47
Octal 162 155 376 67 71 0 0 362 143 107
Binary 1110010 1101101 11111110 110111 111001 0 0 11110010 1100011 1000111

Color Harmonies of #726DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726DFE

Black with #726DFE

Text Example


Text Example

White with #726DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,109,254); }

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

background-color css

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

 a { background-color: rgb(114,109,254); }

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

border-color css

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

 span { border-color: rgb(114,109,254); }

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