Html Css Color HEX #726DCE Slate Blue

📋 copy color: '#726DCE'

red 114 ◦ green 109 ◦ blue 206

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

Shades of Slate Blue #726DCE

Tints of Slate Blue #726DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 26.57%
G = 25.41%
B = 48.02%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#726DCE (or 0x726DCE) is known color: Slate Blue. HEX triplet: 72, 6D and CE. RGB value is (114,109,206). Sum of RGB (Red+Green+Blue) = 114+109+206=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #726DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726DCE is #8D9231. Grayscale: #797979. Windows color (decimal): -9278002 or 13528434. OLE color: 13528434.

HSL color Cylindrical-coordinate representation of color #726DCE: hue angle of 243.09º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #726DCE is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 109 206 -
CMYK 0.45 0.47 0 0.19
HSL 243.09º 0.5% 0.62% -
HSV(B) 243.09º 0.47% 0.81% -
XYZ 23.55 18.97 60.81 -
YUV 121.55 175.66 122.61 -
System Red Green Blue C M Y K H S L
Decimal 114 109 206 0.45 0.47 0 0.19 243.09 0.5 0.62
Hex 72 6D CE 2D 2F 0 13 F3 32 3E
Octal 162 155 316 55 57 0 23 363 62 76
Binary 1110010 1101101 11001110 101101 101111 0 10011 11110011 110010 111110

Color Harmonies of #726DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726DCE

Black with #726DCE

Text Example


Text Example

White with #726DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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