Html Css Color HEX #726FD3 Moody Blue

📋 copy color: '#726FD3'

red 114 ◦ green 111 ◦ blue 211

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

Shades of Moody Blue #726FD3

Tints of Moody Blue #726FD3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.46%

 BLUE value IS 211 (82.81% from 255) = 48.39%

R = 26.15%
G = 25.46%
B = 48.39%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#726FD3 (or 0x726FD3) is known color: Moody Blue. HEX triplet: 72, 6F and D3. RGB value is (114,111,211). Sum of RGB (Red+Green+Blue) = 114+111+211=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 211 (82.81% from 255 or 48.39% from 436); Max value from RGB is 211 - color contains mainly: blue. Hex color #726FD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726FD3 is #8D902C. Grayscale: #7A7A7A. Windows color (decimal): -9277485 or 13856626. OLE color: 13856626.

HSL color Cylindrical-coordinate representation of color #726FD3: hue angle of 241.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #726FD3 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 114 111 211 -
CMYK 0.46 0.47 0 0.17
HSL 241.8º 0.53% 0.63% -
HSV(B) 241.8º 0.47% 0.83% -
XYZ 24.38 19.65 64.14 -
YUV 123.3 177.49 121.37 -
System Red Green Blue C M Y K H S L
Decimal 114 111 211 0.46 0.47 0 0.17 241.8 0.53 0.63
Hex 72 6F D3 2E 2F 0 11 F2 35 3F
Octal 162 157 323 56 57 0 21 362 65 77
Binary 1110010 1101111 11010011 101110 101111 0 10001 11110010 110101 111111

Color Harmonies of #726FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726FD3

Black with #726FD3

Text Example


Text Example

White with #726FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,111,211); }

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

background-color css

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

 a { background-color: rgb(114,111,211); }

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

border-color css

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

 span { border-color: rgb(114,111,211); }

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