Html Css Color HEX #7F7ADD Moody Blue

📋 copy color: '#7F7ADD'

red 127 ◦ green 122 ◦ blue 221

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

Shades of Moody Blue #7F7ADD

Tints of Moody Blue #7F7ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.02%

R = 27.02%
G = 25.96%
B = 47.02%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7F7ADD (or 0x7F7ADD) is known color: Moody Blue. HEX triplet: 7F, 7A and DD. RGB value is (127,122,221). Sum of RGB (Red+Green+Blue) = 127+122+221=470 (62% of max value = 765). Red value is 127 (50% from 255 or 27.02% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #7F7ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7ADD is #808522. Grayscale: #868686. Windows color (decimal): -8422691 or 14514815. OLE color: 14514815.

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

Color convert

RGB 127 122 221 -
CMYK 0.43 0.45 0 0.13
HSL 243.03º 0.59% 0.67% -
HSV(B) 243.03º 0.45% 0.87% -
XYZ 28.76 23.65 71.46 -
YUV 134.78 176.66 122.45 -
System Red Green Blue C M Y K H S L
Decimal 127 122 221 0.43 0.45 0 0.13 243.03 0.59 0.67
Hex 7F 7A DD 2B 2D 0 D F3 3B 43
Octal 177 172 335 53 55 0 15 363 73 103
Binary 1111111 1111010 11011101 101011 101101 0 1101 11110011 111011 1000011

Color Harmonies of #7F7ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7ADD

Black with #7F7ADD

Text Example


Text Example

White with #7F7ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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