Html Css Color HEX #726FCF Moody Blue

📋 copy color: '#726FCF'

red 114 ◦ green 111 ◦ blue 207

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

Shades of Moody Blue #726FCF

Tints of Moody Blue #726FCF

RGB

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

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

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

R = 26.39%
G = 25.69%
B = 47.92%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#726FCF (or 0x726FCF) is known color: Moody Blue. HEX triplet: 72, 6F and CF. RGB value is (114,111,207). Sum of RGB (Red+Green+Blue) = 114+111+207=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #726FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726FCF is #8D9030. Grayscale: #7A7A7A. Windows color (decimal): -9277489 or 13594482. OLE color: 13594482.

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

Color convert

RGB 114 111 207 -
CMYK 0.45 0.46 0 0.19
HSL 241.88º 0.5% 0.62% -
HSV(B) 241.88º 0.46% 0.81% -
XYZ 23.89 19.45 61.53 -
YUV 122.84 175.49 121.69 -
System Red Green Blue C M Y K H S L
Decimal 114 111 207 0.45 0.46 0 0.19 241.88 0.5 0.62
Hex 72 6F CF 2D 2E 0 13 F2 32 3E
Octal 162 157 317 55 56 0 23 362 62 76
Binary 1110010 1101111 11001111 101101 101110 0 10011 11110010 110010 111110

Color Harmonies of #726FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726FCF

Black with #726FCF

Text Example


Text Example

White with #726FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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