Html Css Color HEX #7B6FC8 Moody Blue

📋 copy color: '#7B6FC8'

red 123 ◦ green 111 ◦ blue 200

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

Shades of Moody Blue #7B6FC8

Tints of Moody Blue #7B6FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 46.08%

R = 28.34%
G = 25.58%
B = 46.08%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7B6FC8 (or 0x7B6FC8) is known color: Moody Blue. HEX triplet: 7B, 6F and C8. RGB value is (123,111,200). Sum of RGB (Red+Green+Blue) = 123+111+200=434 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.34% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 200 (78.52% from 255 or 46.08% from 434); Max value from RGB is 200 - color contains mainly: blue. Hex color #7B6FC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6FC8 is #849037. Grayscale: #7C7C7C. Windows color (decimal): -8687672 or 13135739. OLE color: 13135739.

HSL color Cylindrical-coordinate representation of color #7B6FC8: hue angle of 248.09º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B6FC8 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 123 111 200 -
CMYK 0.38 0.44 0 0.22
HSL 248.09º 0.45% 0.61% -
HSV(B) 248.09º 0.45% 0.78% -
XYZ 24.28 19.75 57.18 -
YUV 124.73 170.48 126.76 -
System Red Green Blue C M Y K H S L
Decimal 123 111 200 0.38 0.44 0 0.22 248.09 0.45 0.61
Hex 7B 6F C8 26 2C 0 16 F8 2D 3D
Octal 173 157 310 46 54 0 26 370 55 75
Binary 1111011 1101111 11001000 100110 101100 0 10110 11111000 101101 111101

Color Harmonies of #7B6FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6FC8

Black with #7B6FC8

Text Example


Text Example

White with #7B6FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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