Html Css Color HEX #7B6ECD Moody Blue

📋 copy color: '#7B6ECD'

red 123 ◦ green 110 ◦ blue 205

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

Shades of Moody Blue #7B6ECD

Tints of Moody Blue #7B6ECD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.11%

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

R = 28.08%
G = 25.11%
B = 46.8%

CMYK

 C value IS 0.4

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7B6ECD (or 0x7B6ECD) is known color: Moody Blue. HEX triplet: 7B, 6E and CD. RGB value is (123,110,205). Sum of RGB (Red+Green+Blue) = 123+110+205=438 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.08% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B6ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6ECD is #849132. Grayscale: #7C7C7C. Windows color (decimal): -8687923 or 13463163. OLE color: 13463163.

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

Color convert

RGB 123 110 205 -
CMYK 0.4 0.46 0 0.20
HSL 248.21º 0.49% 0.62% -
HSV(B) 248.21º 0.46% 0.8% -
XYZ 24.76 19.77 60.27 -
YUV 124.72 173.31 126.78 -
System Red Green Blue C M Y K H S L
Decimal 123 110 205 0.4 0.46 0 0.20 248.21 0.49 0.62
Hex 7B 6E CD 28 2E 0 14 F8 31 3E
Octal 173 156 315 50 56 0 24 370 61 76
Binary 1111011 1101110 11001101 101000 101110 0 10100 11111000 110001 111110

Color Harmonies of #7B6ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6ECD

Black with #7B6ECD

Text Example


Text Example

White with #7B6ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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