Html Css Color HEX #7F73BE Moody Blue

📋 copy color: '#7F73BE'

red 127 ◦ green 115 ◦ blue 190

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

Shades of Moody Blue #7F73BE

Tints of Moody Blue #7F73BE

RGB

 RED value IS 127 (50% from 255) = 29.4%

 GREEN value IS 115 (45.31% from 255) = 26.62%

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 29.4%
G = 26.62%
B = 43.98%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F73BE (or 0x7F73BE) is known color: Moody Blue. HEX triplet: 7F, 73 and BE. RGB value is (127,115,190). Sum of RGB (Red+Green+Blue) = 127+115+190=432 (57% of max value = 765). Red value is 127 (50% from 255 or 29.40% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F73BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F73BE is #808C41. Grayscale: #7E7E7E. Windows color (decimal): -8424514 or 12481407. OLE color: 12481407.

HSL color Cylindrical-coordinate representation of color #7F73BE: hue angle of 249.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F73BE is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 115 190 -
CMYK 0.33 0.39 0 0.25
HSL 249.6º 0.37% 0.6% -
HSV(B) 249.6º 0.39% 0.75% -
XYZ 24.18 20.49 51.4 -
YUV 127.14 163.48 127.9 -
System Red Green Blue C M Y K H S L
Decimal 127 115 190 0.33 0.39 0 0.25 249.6 0.37 0.6
Hex 7F 73 BE 21 27 0 19 FA 25 3C
Octal 177 163 276 41 47 0 31 372 45 74
Binary 1111111 1110011 10111110 100001 100111 0 11001 11111010 100101 111100

Color Harmonies of #7F73BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F73BE

Black with #7F73BE

Text Example


Text Example

White with #7F73BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F73BE; }

 p { color: rgb(127,115,190); }

 H1.HeaderClassName
 {
   color: #7F73BE;
 }
 .AnyTagClassName
 {
   color: #7F73BE;
 }
</style>

background-color css

<style>
 a { background-color: #7F73BE; }

 a { background-color: rgb(127,115,190); }

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

border-color css

<style>
 span { border-color: #7F73BE; }

 span { border-color: rgb(127,115,190); }

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