Html Css Color HEX #7F73CF Moody Blue

📋 copy color: '#7F73CF'

red 127 ◦ green 115 ◦ blue 207

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

Shades of Moody Blue #7F73CF

Tints of Moody Blue #7F73CF

RGB

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

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

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

R = 28.29%
G = 25.61%
B = 46.1%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F73CF (or 0x7F73CF) is known color: Moody Blue. HEX triplet: 7F, 73 and CF. RGB value is (127,115,207). Sum of RGB (Red+Green+Blue) = 127+115+207=449 (59% of max value = 765). Red value is 127 (50% from 255 or 28.29% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F73CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F73CF is #808C30. Grayscale: #808080. Windows color (decimal): -8424497 or 13595519. OLE color: 13595519.

HSL color Cylindrical-coordinate representation of color #7F73CF: hue angle of 247.83º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F73CF is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 115 207 -
CMYK 0.39 0.44 0 0.19
HSL 247.83º 0.49% 0.63% -
HSV(B) 247.83º 0.44% 0.81% -
XYZ 26.15 21.28 61.76 -
YUV 129.08 171.98 126.52 -
System Red Green Blue C M Y K H S L
Decimal 127 115 207 0.39 0.44 0 0.19 247.83 0.49 0.63
Hex 7F 73 CF 27 2C 0 13 F8 31 3F
Octal 177 163 317 47 54 0 23 370 61 77
Binary 1111111 1110011 11001111 100111 101100 0 10011 11111000 110001 111111

Color Harmonies of #7F73CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F73CF

Black with #7F73CF

Text Example


Text Example

White with #7F73CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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