Html Css Color HEX #7F7FDF Moody Blue

📋 copy color: '#7F7FDF'

red 127 ◦ green 127 ◦ blue 223

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

Shades of Moody Blue #7F7FDF

Tints of Moody Blue #7F7FDF

RGB

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

 GREEN value IS 127 (50% from 255) = 26.62%

 BLUE value IS 223 (87.5% from 255) = 46.75%

R = 26.62%
G = 26.62%
B = 46.75%

CMYK

 C value IS 0.43

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7F7FDF (or 0x7F7FDF) is known color: Moody Blue. HEX triplet: 7F, 7F and DF. RGB value is (127,127,223). Sum of RGB (Red+Green+Blue) = 127+127+223=477 (63% of max value = 765). Red value is 127 (50% from 255 or 26.62% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F7FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7FDF is #808020. Grayscale: #898989. Windows color (decimal): -8421409 or 14647167. OLE color: 14647167.

HSL color Cylindrical-coordinate representation of color #7F7FDF: hue angle of 240º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F7FDF is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 127 223 -
CMYK 0.43 0.43 0 0.13
HSL 240º 0.6% 0.69% -
HSV(B) 240º 0.43% 0.87% -
XYZ 29.66 25.02 73.08 -
YUV 137.94 176 120.19 -
System Red Green Blue C M Y K H S L
Decimal 127 127 223 0.43 0.43 0 0.13 240 0.6 0.69
Hex 7F 7F DF 2B 2B 0 D F0 3C 45
Octal 177 177 337 53 53 0 15 360 74 105
Binary 1111111 1111111 11011111 101011 101011 0 1101 11110000 111100 1000101

Color Harmonies of #7F7FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7FDF

Black with #7F7FDF

Text Example


Text Example

White with #7F7FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,127,223); }

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

background-color css

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

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

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

border-color css

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

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

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