Html Css Color HEX #726EFF Light Slate Blue

📋 copy color: '#726EFF'

red 114 ◦ green 110 ◦ blue 255

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

Shades of Light Slate Blue #726EFF

Tints of Light Slate Blue #726EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.24%

R = 23.8%
G = 22.96%
B = 53.24%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#726EFF (or 0x726EFF) is known color: Light Slate Blue. HEX triplet: 72, 6E and FF. RGB value is (114,110,255). Sum of RGB (Red+Green+Blue) = 114+110+255=479 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.80% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #726EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726EFF is #8D9100. Grayscale: #7F7F7F. Windows color (decimal): -9277697 or 16739954. OLE color: 16739954.

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

Color convert

RGB 114 110 255 -
CMYK 0.55 0.57 0 0
HSL 241.66º 1% 0.72% -
HSV(B) 241.66º 0.57% 1% -
XYZ 30.57 21.95 97.23 -
YUV 127.73 199.83 118.21 -
System Red Green Blue C M Y K H S L
Decimal 114 110 255 0.55 0.57 0 0 241.66 1 0.72
Hex 72 6E FF 37 39 0 0 F2 64 48
Octal 162 156 377 67 71 0 0 362 144 110
Binary 1110010 1101110 11111111 110111 111001 0 0 11110010 1100100 1001000

Color Harmonies of #726EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726EFF

Black with #726EFF

Text Example


Text Example

White with #726EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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