Html Css Color HEX #726FFF Light Slate Blue

📋 copy color: '#726FFF'

red 114 ◦ green 111 ◦ blue 255

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

Shades of Light Slate Blue #726FFF

Tints of Light Slate Blue #726FFF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.13%

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

R = 23.75%
G = 23.13%
B = 53.13%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#726FFF (or 0x726FFF) is known color: Light Slate Blue. HEX triplet: 72, 6F and FF. RGB value is (114,111,255). Sum of RGB (Red+Green+Blue) = 114+111+255=480 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.75% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #726FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726FFF is #8D9000. Grayscale: #7F7F7F. Windows color (decimal): -9277441 or 16740210. OLE color: 16740210.

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

Color convert

RGB 114 111 255 -
CMYK 0.55 0.56 0 0
HSL 241.25º 1% 0.72% -
HSV(B) 241.25º 0.56% 1% -
XYZ 30.67 22.17 97.27 -
YUV 128.31 199.49 117.79 -
System Red Green Blue C M Y K H S L
Decimal 114 111 255 0.55 0.56 0 0 241.25 1 0.72
Hex 72 6F FF 37 38 0 0 F1 64 48
Octal 162 157 377 67 70 0 0 361 144 110
Binary 1110010 1101111 11111111 110111 111000 0 0 11110001 1100100 1001000

Color Harmonies of #726FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726FFF

Black with #726FFF

Text Example


Text Example

White with #726FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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