Html Css Color HEX #7A7BDC Moody Blue

📋 copy color: '#7A7BDC'

red 122 ◦ green 123 ◦ blue 220

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

Shades of Moody Blue #7A7BDC

Tints of Moody Blue #7A7BDC

RGB

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

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

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

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

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7A7BDC (or 0x7A7BDC) is known color: Moody Blue. HEX triplet: 7A, 7B and DC. RGB value is (122,123,220). Sum of RGB (Red+Green+Blue) = 122+123+220=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 123 (48.44% from 255 or 26.45% 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 #7A7BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7BDC is #858423. Grayscale: #858585. Windows color (decimal): -8750116 or 14449530. OLE color: 14449530.

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

Color convert

RGB 122 123 220 -
CMYK 0.45 0.44 0 0.14
HSL 239.39º 0.58% 0.67% -
HSV(B) 239.39º 0.45% 0.86% -
XYZ 28.03 23.47 70.76 -
YUV 133.76 176.67 119.61 -
System Red Green Blue C M Y K H S L
Decimal 122 123 220 0.45 0.44 0 0.14 239.39 0.58 0.67
Hex 7A 7B DC 2D 2C 0 E EF 3A 43
Octal 172 173 334 55 54 0 16 357 72 103
Binary 1111010 1111011 11011100 101101 101100 0 1110 11101111 111010 1000011

Color Harmonies of #7A7BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7BDC

Black with #7A7BDC

Text Example


Text Example

White with #7A7BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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