Html Css Color HEX #7F7ADE Moody Blue

📋 copy color: '#7F7ADE'

red 127 ◦ green 122 ◦ blue 222

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

Shades of Moody Blue #7F7ADE

Tints of Moody Blue #7F7ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.13%

R = 26.96%
G = 25.9%
B = 47.13%

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

#7F7ADE (or 0x7F7ADE) is known color: Moody Blue. HEX triplet: 7F, 7A and DE. RGB value is (127,122,222). Sum of RGB (Red+Green+Blue) = 127+122+222=471 (62% of max value = 765). Red value is 127 (50% from 255 or 26.96% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #7F7ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7ADE is #808521. Grayscale: #868686. Windows color (decimal): -8422690 or 14580351. OLE color: 14580351.

HSL color Cylindrical-coordinate representation of color #7F7ADE: hue angle of 243º degrees, saturation: 0.6, 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 #7F7ADE is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 122 222 -
CMYK 0.43 0.45 0 0.13
HSL 243º 0.6% 0.67% -
HSV(B) 243º 0.45% 0.87% -
XYZ 28.9 23.71 72.16 -
YUV 134.9 177.16 122.37 -
System Red Green Blue C M Y K H S L
Decimal 127 122 222 0.43 0.45 0 0.13 243 0.6 0.67
Hex 7F 7A DE 2B 2D 0 D F3 3C 43
Octal 177 172 336 53 55 0 15 363 74 103
Binary 1111111 1111010 11011110 101011 101101 0 1101 11110011 111100 1000011

Color Harmonies of #7F7ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7ADE

Black with #7F7ADE

Text Example


Text Example

White with #7F7ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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