Html Css Color HEX #726AD6 Slate Blue

📋 copy color: '#726AD6'

red 114 ◦ green 106 ◦ blue 214

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

Shades of Slate Blue #726AD6

Tints of Slate Blue #726AD6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.42%

 BLUE value IS 214 (83.98% from 255) = 49.31%

R = 26.27%
G = 24.42%
B = 49.31%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#726AD6 (or 0x726AD6) is known color: Slate Blue. HEX triplet: 72, 6A and D6. RGB value is (114,106,214). Sum of RGB (Red+Green+Blue) = 114+106+214=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 214 (83.98% from 255 or 49.31% from 434); Max value from RGB is 214 - color contains mainly: blue. Hex color #726AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726AD6 is #8D9529. Grayscale: #787878. Windows color (decimal): -9278762 or 14051954. OLE color: 14051954.

HSL color Cylindrical-coordinate representation of color #726AD6: hue angle of 244.44º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #726AD6 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 106 214 -
CMYK 0.47 0.50 0 0.16
HSL 244.44º 0.57% 0.63% -
HSV(B) 244.44º 0.5% 0.84% -
XYZ 24.23 18.74 65.96 -
YUV 120.7 180.65 123.22 -
System Red Green Blue C M Y K H S L
Decimal 114 106 214 0.47 0.50 0 0.16 244.44 0.57 0.63
Hex 72 6A D6 2F 32 0 10 F4 39 3F
Octal 162 152 326 57 62 0 20 364 71 77
Binary 1110010 1101010 11010110 101111 110010 0 10000 11110100 111001 111111

Color Harmonies of #726AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726AD6

Black with #726AD6

Text Example


Text Example

White with #726AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,106,214); }

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

background-color css

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

 a { background-color: rgb(114,106,214); }

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

border-color css

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

 span { border-color: rgb(114,106,214); }

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