Html Css Color HEX #7B7ADC Moody Blue

📋 copy color: '#7B7ADC'

red 123 ◦ green 122 ◦ blue 220

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

Shades of Moody Blue #7B7ADC

Tints of Moody Blue #7B7ADC

RGB

 RED value IS 123 (48.44% from 255) = 26.45%

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

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

R = 26.45%
G = 26.24%
B = 47.31%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7B7ADC (or 0x7B7ADC) is known color: Moody Blue. HEX triplet: 7B, 7A and DC. RGB value is (123,122,220). Sum of RGB (Red+Green+Blue) = 123+122+220=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B7ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7ADC is #848523. Grayscale: #858585. Windows color (decimal): -8684836 or 14449275. OLE color: 14449275.

HSL color Cylindrical-coordinate representation of color #7B7ADC: hue angle of 240.61º 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 #7B7ADC is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 122 220 -
CMYK 0.44 0.45 0 0.14
HSL 240.61º 0.58% 0.67% -
HSV(B) 240.61º 0.45% 0.86% -
XYZ 28.05 23.3 70.73 -
YUV 133.47 176.83 120.53 -
System Red Green Blue C M Y K H S L
Decimal 123 122 220 0.44 0.45 0 0.14 240.61 0.58 0.67
Hex 7B 7A DC 2C 2D 0 E F1 3A 43
Octal 173 172 334 54 55 0 16 361 72 103
Binary 1111011 1111010 11011100 101100 101101 0 1110 11110001 111010 1000011

Color Harmonies of #7B7ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7ADC

Black with #7B7ADC

Text Example


Text Example

White with #7B7ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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