Html Css Color HEX #7B6ACD Moody Blue

📋 copy color: '#7B6ACD'

red 123 ◦ green 106 ◦ blue 205

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

Shades of Moody Blue #7B6ACD

Tints of Moody Blue #7B6ACD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.42%

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 28.34%
G = 24.42%
B = 47.24%

CMYK

 C value IS 0.4

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7B6ACD (or 0x7B6ACD) is known color: Moody Blue. HEX triplet: 7B, 6A and CD. RGB value is (123,106,205). Sum of RGB (Red+Green+Blue) = 123+106+205=434 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.34% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B6ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6ACD is #849532. Grayscale: #797979. Windows color (decimal): -8688947 or 13462139. OLE color: 13462139.

HSL color Cylindrical-coordinate representation of color #7B6ACD: hue angle of 250.3º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B6ACD is Cyan = 0.4, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 106 205 -
CMYK 0.4 0.48 0 0.20
HSL 250.3º 0.5% 0.61% -
HSV(B) 250.3º 0.48% 0.8% -
XYZ 24.34 18.93 60.13 -
YUV 122.37 174.63 128.45 -
System Red Green Blue C M Y K H S L
Decimal 123 106 205 0.4 0.48 0 0.20 250.3 0.5 0.61
Hex 7B 6A CD 28 30 0 14 FA 32 3D
Octal 173 152 315 50 60 0 24 372 62 75
Binary 1111011 1101010 11001101 101000 110000 0 10100 11111010 110010 111101

Color Harmonies of #7B6ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6ACD

Black with #7B6ACD

Text Example


Text Example

White with #7B6ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,106,205); }

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

background-color css

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

 a { background-color: rgb(123,106,205); }

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

border-color css

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

 span { border-color: rgb(123,106,205); }

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