Html Css Color HEX #726AD7 Slate Blue

📋 copy color: '#726AD7'

red 114 ◦ green 106 ◦ blue 215

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

Shades of Slate Blue #726AD7

Tints of Slate Blue #726AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.43%

R = 26.21%
G = 24.37%
B = 49.43%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#726AD7 (or 0x726AD7) is known color: Slate Blue. HEX triplet: 72, 6A and D7. RGB value is (114,106,215). Sum of RGB (Red+Green+Blue) = 114+106+215=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 215 (84.38% from 255 or 49.43% from 435); Max value from RGB is 215 - color contains mainly: blue. Hex color #726AD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726AD7 is #8D9528. Grayscale: #787878. Windows color (decimal): -9278761 or 14117490. OLE color: 14117490.

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

Color convert

RGB 114 106 215 -
CMYK 0.47 0.51 0 0.16
HSL 244.4º 0.58% 0.63% -
HSV(B) 244.4º 0.51% 0.84% -
XYZ 24.36 18.79 66.63 -
YUV 120.82 181.15 123.14 -
System Red Green Blue C M Y K H S L
Decimal 114 106 215 0.47 0.51 0 0.16 244.4 0.58 0.63
Hex 72 6A D7 2F 33 0 10 F4 3A 3F
Octal 162 152 327 57 63 0 20 364 72 77
Binary 1110010 1101010 11010111 101111 110011 0 10000 11110100 111010 111111

Color Harmonies of #726AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726AD7

Black with #726AD7

Text Example


Text Example

White with #726AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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