Html Css Color HEX #726DCF Slate Blue

📋 copy color: '#726DCF'

red 114 ◦ green 109 ◦ blue 207

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

Shades of Slate Blue #726DCF

Tints of Slate Blue #726DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.14%

R = 26.51%
G = 25.35%
B = 48.14%

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

#726DCF (or 0x726DCF) is known color: Slate Blue. HEX triplet: 72, 6D and CF. RGB value is (114,109,207). Sum of RGB (Red+Green+Blue) = 114+109+207=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #726DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726DCF is #8D9230. Grayscale: #797979. Windows color (decimal): -9278001 or 13593970. OLE color: 13593970.

HSL color Cylindrical-coordinate representation of color #726DCF: hue angle of 243.06º degrees, saturation: 0.51, 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 #726DCF is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 109 207 -
CMYK 0.45 0.47 0 0.19
HSL 243.06º 0.51% 0.62% -
HSV(B) 243.06º 0.47% 0.81% -
XYZ 23.67 19.02 61.46 -
YUV 121.67 176.16 122.53 -
System Red Green Blue C M Y K H S L
Decimal 114 109 207 0.45 0.47 0 0.19 243.06 0.51 0.62
Hex 72 6D CF 2D 2F 0 13 F3 33 3E
Octal 162 155 317 55 57 0 23 363 63 76
Binary 1110010 1101101 11001111 101101 101111 0 10011 11110011 110011 111110

Color Harmonies of #726DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726DCF

Black with #726DCF

Text Example


Text Example

White with #726DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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