Html Css Color HEX #7F7ADC Moody Blue

📋 copy color: '#7F7ADC'

red 127 ◦ green 122 ◦ blue 220

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

Shades of Moody Blue #7F7ADC

Tints of Moody Blue #7F7ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.01%

 BLUE value IS 220 (86.33% from 255) = 46.91%

R = 27.08%
G = 26.01%
B = 46.91%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F7ADC (or 0x7F7ADC) is known color: Moody Blue. HEX triplet: 7F, 7A and DC. RGB value is (127,122,220). Sum of RGB (Red+Green+Blue) = 127+122+220=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F7ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7ADC is #808523. Grayscale: #868686. Windows color (decimal): -8422692 or 14449279. OLE color: 14449279.

HSL color Cylindrical-coordinate representation of color #7F7ADC: hue angle of 243.06º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F7ADC is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 122 220 -
CMYK 0.42 0.45 0 0.14
HSL 243.06º 0.58% 0.67% -
HSV(B) 243.06º 0.45% 0.86% -
XYZ 28.63 23.6 70.76 -
YUV 134.67 176.16 122.53 -
System Red Green Blue C M Y K H S L
Decimal 127 122 220 0.42 0.45 0 0.14 243.06 0.58 0.67
Hex 7F 7A DC 2A 2D 0 E F3 3A 43
Octal 177 172 334 52 55 0 16 363 72 103
Binary 1111111 1111010 11011100 101010 101101 0 1110 11110011 111010 1000011

Color Harmonies of #7F7ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7ADC

Black with #7F7ADC

Text Example


Text Example

White with #7F7ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,122,220); }

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

background-color css

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

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

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

border-color css

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

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

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