Html Css Color HEX #7F7CCC Moody Blue

📋 copy color: '#7F7CCC'

red 127 ◦ green 124 ◦ blue 204

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

Shades of Moody Blue #7F7CCC

Tints of Moody Blue #7F7CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.84%

R = 27.91%
G = 27.25%
B = 44.84%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7F7CCC (or 0x7F7CCC) is known color: Moody Blue. HEX triplet: 7F, 7C and CC. RGB value is (127,124,204). Sum of RGB (Red+Green+Blue) = 127+124+204=455 (60% of max value = 765). Red value is 127 (50% from 255 or 27.91% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F7CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7CCC is #808333. Grayscale: #858585. Windows color (decimal): -8422196 or 13401215. OLE color: 13401215.

HSL color Cylindrical-coordinate representation of color #7F7CCC: hue angle of 242.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F7CCC is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 127 124 204 -
CMYK 0.38 0.39 0 0.2
HSL 242.25º 0.44% 0.64% -
HSV(B) 242.25º 0.39% 0.8% -
XYZ 26.86 23.29 60.21 -
YUV 134.02 167.49 123 -
System Red Green Blue C M Y K H S L
Decimal 127 124 204 0.38 0.39 0 0.2 242.25 0.44 0.64
Hex 7F 7C CC 26 27 0 14 F2 2C 40
Octal 177 174 314 46 47 0 24 362 54 100
Binary 1111111 1111100 11001100 100110 100111 0 10100 11110010 101100 1000000

Color Harmonies of #7F7CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7CCC

Black with #7F7CCC

Text Example


Text Example

White with #7F7CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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