Html Css Color HEX #726AC9 Slate Blue

📋 copy color: '#726AC9'

red 114 ◦ green 106 ◦ blue 201

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

Shades of Slate Blue #726AC9

Tints of Slate Blue #726AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.74%

R = 27.08%
G = 25.18%
B = 47.74%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#726AC9 (or 0x726AC9) is known color: Slate Blue. HEX triplet: 72, 6A and C9. RGB value is (114,106,201). Sum of RGB (Red+Green+Blue) = 114+106+201=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 201 (78.91% from 255 or 47.74% from 421); Max value from RGB is 201 - color contains mainly: blue. Hex color #726AC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726AC9 is #8D9536. Grayscale: #767676. Windows color (decimal): -9278775 or 13199986. OLE color: 13199986.

HSL color Cylindrical-coordinate representation of color #726AC9: hue angle of 245.05º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #726AC9 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 106 201 -
CMYK 0.43 0.47 0 0.21
HSL 245.05º 0.47% 0.6% -
HSV(B) 245.05º 0.47% 0.79% -
XYZ 22.64 18.1 57.56 -
YUV 119.22 174.15 124.28 -
System Red Green Blue C M Y K H S L
Decimal 114 106 201 0.43 0.47 0 0.21 245.05 0.47 0.6
Hex 72 6A C9 2B 2F 0 15 F5 2F 3C
Octal 162 152 311 53 57 0 25 365 57 74
Binary 1110010 1101010 11001001 101011 101111 0 10101 11110101 101111 111100

Color Harmonies of #726AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726AC9

Black with #726AC9

Text Example


Text Example

White with #726AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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