Html Css Color HEX #7B6EC9 Moody Blue

📋 copy color: '#7B6EC9'

red 123 ◦ green 110 ◦ blue 201

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

Shades of Moody Blue #7B6EC9

Tints of Moody Blue #7B6EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46.31%

R = 28.34%
G = 25.35%
B = 46.31%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7B6EC9 (or 0x7B6EC9) is known color: Moody Blue. HEX triplet: 7B, 6E and C9. RGB value is (123,110,201). Sum of RGB (Red+Green+Blue) = 123+110+201=434 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.34% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 201 - color contains mainly: blue. Hex color #7B6EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6EC9 is #849136. Grayscale: #7B7B7B. Windows color (decimal): -8687927 or 13201019. OLE color: 13201019.

HSL color Cylindrical-coordinate representation of color #7B6EC9: hue angle of 248.57º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B6EC9 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 123 110 201 -
CMYK 0.39 0.45 0 0.21
HSL 248.57º 0.46% 0.61% -
HSV(B) 248.57º 0.45% 0.79% -
XYZ 24.29 19.58 57.76 -
YUV 124.26 171.31 127.1 -
System Red Green Blue C M Y K H S L
Decimal 123 110 201 0.39 0.45 0 0.21 248.57 0.46 0.61
Hex 7B 6E C9 27 2D 0 15 F9 2E 3D
Octal 173 156 311 47 55 0 25 371 56 75
Binary 1111011 1101110 11001001 100111 101101 0 10101 11111001 101110 111101

Color Harmonies of #7B6EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6EC9

Black with #7B6EC9

Text Example


Text Example

White with #7B6EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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