Html Css Color HEX #726EFD Light Slate Blue

📋 copy color: '#726EFD'

red 114 ◦ green 110 ◦ blue 253

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

Shades of Light Slate Blue #726EFD

Tints of Light Slate Blue #726EFD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.06%

 BLUE value IS 253 (99.22% from 255) = 53.04%

R = 23.9%
G = 23.06%
B = 53.04%

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

#726EFD (or 0x726EFD) is known color: Light Slate Blue. HEX triplet: 72, 6E and FD. RGB value is (114,110,253). Sum of RGB (Red+Green+Blue) = 114+110+253=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #726EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726EFD is #8D9102. Grayscale: #7E7E7E. Windows color (decimal): -9277699 or 16608882. OLE color: 16608882.

HSL color Cylindrical-coordinate representation of color #726EFD: hue angle of 241.68º degrees, saturation: 0.97, 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 #726EFD is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 114 110 253 -
CMYK 0.55 0.57 0 0.01
HSL 241.68º 0.97% 0.71% -
HSV(B) 241.68º 0.57% 0.99% -
XYZ 30.24 21.82 95.55 -
YUV 127.5 198.83 118.37 -
System Red Green Blue C M Y K H S L
Decimal 114 110 253 0.55 0.57 0 0.01 241.68 0.97 0.71
Hex 72 6E FD 37 39 0 1 F2 61 47
Octal 162 156 375 67 71 0 1 362 141 107
Binary 1110010 1101110 11111101 110111 111001 0 1 11110010 1100001 1000111

Color Harmonies of #726EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726EFD

Black with #726EFD

Text Example


Text Example

White with #726EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,110,253); }

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

background-color css

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

 a { background-color: rgb(114,110,253); }

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

border-color css

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

 span { border-color: rgb(114,110,253); }

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