Html Css Color HEX #7F7CCD Moody Blue

📋 copy color: '#7F7CCD'

red 127 ◦ green 124 ◦ blue 205

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

Shades of Moody Blue #7F7CCD

Tints of Moody Blue #7F7CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.19%

 BLUE value IS 205 (80.47% from 255) = 44.96%

R = 27.85%
G = 27.19%
B = 44.96%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7F7CCD (or 0x7F7CCD) is known color: Moody Blue. HEX triplet: 7F, 7C and CD. RGB value is (127,124,205). Sum of RGB (Red+Green+Blue) = 127+124+205=456 (60% of max value = 765). Red value is 127 (50% from 255 or 27.85% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F7CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7CCD is #808332. Grayscale: #858585. Windows color (decimal): -8422195 or 13466751. OLE color: 13466751.

HSL color Cylindrical-coordinate representation of color #7F7CCD: hue angle of 242.22º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F7CCD is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 124 205 -
CMYK 0.38 0.40 0 0.20
HSL 242.22º 0.45% 0.65% -
HSV(B) 242.22º 0.4% 0.8% -
XYZ 26.98 23.34 60.84 -
YUV 134.13 167.99 122.91 -
System Red Green Blue C M Y K H S L
Decimal 127 124 205 0.38 0.40 0 0.20 242.22 0.45 0.65
Hex 7F 7C CD 26 28 0 14 F2 2D 41
Octal 177 174 315 46 50 0 24 362 55 101
Binary 1111111 1111100 11001101 100110 101000 0 10100 11110010 101101 1000001

Color Harmonies of #7F7CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7CCD

Black with #7F7CCD

Text Example


Text Example

White with #7F7CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,124,205); }

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

background-color css

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

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

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

border-color css

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

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

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