Html Css Color HEX #7B7DDC Moody Blue

📋 copy color: '#7B7DDC'

red 123 ◦ green 125 ◦ blue 220

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

Shades of Moody Blue #7B7DDC

Tints of Moody Blue #7B7DDC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.71%

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

R = 26.28%
G = 26.71%
B = 47.01%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7B7DDC (or 0x7B7DDC) is known color: Moody Blue. HEX triplet: 7B, 7D and DC. RGB value is (123,125,220). Sum of RGB (Red+Green+Blue) = 123+125+220=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B7DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7DDC is #848223. Grayscale: #868686. Windows color (decimal): -8684068 or 14450043. OLE color: 14450043.

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

Color convert

RGB 123 125 220 -
CMYK 0.44 0.43 0 0.14
HSL 238.76º 0.58% 0.67% -
HSV(B) 238.76º 0.44% 0.86% -
XYZ 28.42 24.05 70.85 -
YUV 135.23 175.84 119.28 -
System Red Green Blue C M Y K H S L
Decimal 123 125 220 0.44 0.43 0 0.14 238.76 0.58 0.67
Hex 7B 7D DC 2C 2B 0 E EF 3A 43
Octal 173 175 334 54 53 0 16 357 72 103
Binary 1111011 1111101 11011100 101100 101011 0 1110 11101111 111010 1000011

Color Harmonies of #7B7DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7DDC

Black with #7B7DDC

Text Example


Text Example

White with #7B7DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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