Html Css Color HEX #7B6FCD Moody Blue

📋 copy color: '#7B6FCD'

red 123 ◦ green 111 ◦ blue 205

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

Shades of Moody Blue #7B6FCD

Tints of Moody Blue #7B6FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.28%

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

R = 28.02%
G = 25.28%
B = 46.7%

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

#7B6FCD (or 0x7B6FCD) is known color: Moody Blue. HEX triplet: 7B, 6F and CD. RGB value is (123,111,205). Sum of RGB (Red+Green+Blue) = 123+111+205=439 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.02% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B6FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6FCD is #849032. Grayscale: #7C7C7C. Windows color (decimal): -8687667 or 13463419. OLE color: 13463419.

HSL color Cylindrical-coordinate representation of color #7B6FCD: hue angle of 247.66º degrees, saturation: 0.48, 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 #7B6FCD is Cyan = 0.4, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 111 205 -
CMYK 0.4 0.46 0 0.20
HSL 247.66º 0.48% 0.62% -
HSV(B) 247.66º 0.46% 0.8% -
XYZ 24.87 19.99 60.3 -
YUV 125.3 172.98 126.36 -
System Red Green Blue C M Y K H S L
Decimal 123 111 205 0.4 0.46 0 0.20 247.66 0.48 0.62
Hex 7B 6F CD 28 2E 0 14 F8 30 3E
Octal 173 157 315 50 56 0 24 370 60 76
Binary 1111011 1101111 11001101 101000 101110 0 10100 11111000 110000 111110

Color Harmonies of #7B6FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6FCD

Black with #7B6FCD

Text Example


Text Example

White with #7B6FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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