Html Css Color HEX #726DCD Slate Blue

📋 copy color: '#726DCD'

red 114 ◦ green 109 ◦ blue 205

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

Shades of Slate Blue #726DCD

Tints of Slate Blue #726DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.47%

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 26.64%
G = 25.47%
B = 47.9%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#726DCD (or 0x726DCD) is known color: Slate Blue. HEX triplet: 72, 6D and CD. RGB value is (114,109,205). Sum of RGB (Red+Green+Blue) = 114+109+205=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #726DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726DCD is #8D9232. Grayscale: #797979. Windows color (decimal): -9278003 or 13462898. OLE color: 13462898.

HSL color Cylindrical-coordinate representation of color #726DCD: hue angle of 243.13º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #726DCD is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 109 205 -
CMYK 0.44 0.47 0 0.20
HSL 243.13º 0.49% 0.62% -
HSV(B) 243.13º 0.47% 0.8% -
XYZ 23.43 18.92 60.18 -
YUV 121.44 175.16 122.69 -
System Red Green Blue C M Y K H S L
Decimal 114 109 205 0.44 0.47 0 0.20 243.13 0.49 0.62
Hex 72 6D CD 2C 2F 0 14 F3 31 3E
Octal 162 155 315 54 57 0 24 363 61 76
Binary 1110010 1101101 11001101 101100 101111 0 10100 11110011 110001 111110

Color Harmonies of #726DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726DCD

Black with #726DCD

Text Example


Text Example

White with #726DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,109,205); }

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

background-color css

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

 a { background-color: rgb(114,109,205); }

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

border-color css

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

 span { border-color: rgb(114,109,205); }

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