Html Css Color HEX #7B6ABB Moody Blue

📋 copy color: '#7B6ABB'

red 123 ◦ green 106 ◦ blue 187

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

Shades of Moody Blue #7B6ABB

Tints of Moody Blue #7B6ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.95%

R = 29.57%
G = 25.48%
B = 44.95%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7B6ABB (or 0x7B6ABB) is known color: Moody Blue. HEX triplet: 7B, 6A and BB. RGB value is (123,106,187). Sum of RGB (Red+Green+Blue) = 123+106+187=416 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.57% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #7B6ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6ABB is #849544. Grayscale: #787878. Windows color (decimal): -8688965 or 12282491. OLE color: 12282491.

HSL color Cylindrical-coordinate representation of color #7B6ABB: hue angle of 252.59º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B6ABB is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 123 106 187 -
CMYK 0.34 0.43 0 0.27
HSL 252.59º 0.37% 0.57% -
HSV(B) 252.59º 0.43% 0.73% -
XYZ 22.29 18.11 49.33 -
YUV 120.32 165.63 129.91 -
System Red Green Blue C M Y K H S L
Decimal 123 106 187 0.34 0.43 0 0.27 252.59 0.37 0.57
Hex 7B 6A BB 22 2B 0 1B FD 25 39
Octal 173 152 273 42 53 0 33 375 45 71
Binary 1111011 1101010 10111011 100010 101011 0 11011 11111101 100101 111001

Color Harmonies of #7B6ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6ABB

Black with #7B6ABB

Text Example


Text Example

White with #7B6ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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