Html Css Color HEX #7B70BA Moody Blue

📋 copy color: '#7B70BA'

red 123 ◦ green 112 ◦ blue 186

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

Shades of Moody Blue #7B70BA

Tints of Moody Blue #7B70BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.6%

 BLUE value IS 186 (73.05% from 255) = 44.18%

R = 29.22%
G = 26.6%
B = 44.18%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7B70BA (or 0x7B70BA) is known color: Moody Blue. HEX triplet: 7B, 70 and BA. RGB value is (123,112,186). Sum of RGB (Red+Green+Blue) = 123+112+186=421 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.22% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B70BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B70BA is #848F45. Grayscale: #7B7B7B. Windows color (decimal): -8687430 or 12218491. OLE color: 12218491.

HSL color Cylindrical-coordinate representation of color #7B70BA: hue angle of 248.92º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B70BA is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 123 112 186 -
CMYK 0.34 0.40 0 0.27
HSL 248.92º 0.35% 0.58% -
HSV(B) 248.92º 0.4% 0.73% -
XYZ 22.83 19.34 48.99 -
YUV 123.73 163.14 127.48 -
System Red Green Blue C M Y K H S L
Decimal 123 112 186 0.34 0.40 0 0.27 248.92 0.35 0.58
Hex 7B 70 BA 22 28 0 1B F9 23 3A
Octal 173 160 272 42 50 0 33 371 43 72
Binary 1111011 1110000 10111010 100010 101000 0 11011 11111001 100011 111010

Color Harmonies of #7B70BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B70BA

Black with #7B70BA

Text Example


Text Example

White with #7B70BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,112,186); }

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

background-color css

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

 a { background-color: rgb(123,112,186); }

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

border-color css

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

 span { border-color: rgb(123,112,186); }

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