Html Css Color HEX #7B6BD5 Moody Blue

📋 copy color: '#7B6BD5'

red 123 ◦ green 107 ◦ blue 213

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

Shades of Moody Blue #7B6BD5

Tints of Moody Blue #7B6BD5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.15%

 BLUE value IS 213 (83.59% from 255) = 48.08%

R = 27.77%
G = 24.15%
B = 48.08%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7B6BD5 (or 0x7B6BD5) is known color: Moody Blue. HEX triplet: 7B, 6B and D5. RGB value is (123,107,213). Sum of RGB (Red+Green+Blue) = 123+107+213=443 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.77% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 213 (83.59% from 255 or 48.08% from 443); Max value from RGB is 213 - color contains mainly: blue. Hex color #7B6BD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6BD5 is #84942A. Grayscale: #7B7B7B. Windows color (decimal): -8688683 or 13986683. OLE color: 13986683.

HSL color Cylindrical-coordinate representation of color #7B6BD5: hue angle of 249.06º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B6BD5 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 123 107 213 -
CMYK 0.42 0.50 0 0.16
HSL 249.06º 0.56% 0.63% -
HSV(B) 249.06º 0.5% 0.84% -
XYZ 25.44 19.53 65.38 -
YUV 123.87 178.3 127.38 -
System Red Green Blue C M Y K H S L
Decimal 123 107 213 0.42 0.50 0 0.16 249.06 0.56 0.63
Hex 7B 6B D5 2A 32 0 10 F9 38 3F
Octal 173 153 325 52 62 0 20 371 70 77
Binary 1111011 1101011 11010101 101010 110010 0 10000 11111001 111000 111111

Color Harmonies of #7B6BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6BD5

Black with #7B6BD5

Text Example


Text Example

White with #7B6BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,107,213); }

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

background-color css

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

 a { background-color: rgb(123,107,213); }

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

border-color css

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

 span { border-color: rgb(123,107,213); }

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