Html Css Color HEX #7F6ECF Moody Blue

📋 copy color: '#7F6ECF'

red 127 ◦ green 110 ◦ blue 207

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

Shades of Moody Blue #7F6ECF

Tints of Moody Blue #7F6ECF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.77%

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

R = 28.6%
G = 24.77%
B = 46.62%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F6ECF (or 0x7F6ECF) is known color: Moody Blue. HEX triplet: 7F, 6E and CF. RGB value is (127,110,207). Sum of RGB (Red+Green+Blue) = 127+110+207=444 (58% of max value = 765). Red value is 127 (50% from 255 or 28.60% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F6ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6ECF is #809130. Grayscale: #7D7D7D. Windows color (decimal): -8425777 or 13594239. OLE color: 13594239.

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

Color convert

RGB 127 110 207 -
CMYK 0.39 0.47 0 0.19
HSL 250.52º 0.5% 0.62% -
HSV(B) 250.52º 0.47% 0.81% -
XYZ 25.59 20.17 61.58 -
YUV 126.14 173.63 128.61 -
System Red Green Blue C M Y K H S L
Decimal 127 110 207 0.39 0.47 0 0.19 250.52 0.5 0.62
Hex 7F 6E CF 27 2F 0 13 FB 32 3E
Octal 177 156 317 47 57 0 23 373 62 76
Binary 1111111 1101110 11001111 100111 101111 0 10011 11111011 110010 111110

Color Harmonies of #7F6ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6ECF

Black with #7F6ECF

Text Example


Text Example

White with #7F6ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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