Html Css Color HEX #7B6DBF Moody Blue

📋 copy color: '#7B6DBF'

red 123 ◦ green 109 ◦ blue 191

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

Shades of Moody Blue #7B6DBF

Tints of Moody Blue #7B6DBF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.77%

 BLUE value IS 191 (75% from 255) = 45.15%

R = 29.08%
G = 25.77%
B = 45.15%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B6DBF (or 0x7B6DBF) is known color: Moody Blue. HEX triplet: 7B, 6D and BF. RGB value is (123,109,191). Sum of RGB (Red+Green+Blue) = 123+109+191=423 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.08% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B6DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6DBF is #849240. Grayscale: #7A7A7A. Windows color (decimal): -8688193 or 12545403. OLE color: 12545403.

HSL color Cylindrical-coordinate representation of color #7B6DBF: hue angle of 250.24º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B6DBF is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 109 191 -
CMYK 0.36 0.43 0 0.25
HSL 250.24º 0.39% 0.59% -
HSV(B) 250.24º 0.43% 0.75% -
XYZ 23.04 18.91 51.73 -
YUV 122.53 166.64 128.33 -
System Red Green Blue C M Y K H S L
Decimal 123 109 191 0.36 0.43 0 0.25 250.24 0.39 0.59
Hex 7B 6D BF 24 2B 0 19 FA 27 3B
Octal 173 155 277 44 53 0 31 372 47 73
Binary 1111011 1101101 10111111 100100 101011 0 11001 11111010 100111 111011

Color Harmonies of #7B6DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6DBF

Black with #7B6DBF

Text Example


Text Example

White with #7B6DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,109,191); }

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

background-color css

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

 a { background-color: rgb(123,109,191); }

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

border-color css

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

 span { border-color: rgb(123,109,191); }

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