Html Css Color HEX #7B70B6 Moody Blue

📋 copy color: '#7B70B6'

red 123 ◦ green 112 ◦ blue 182

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

Shades of Moody Blue #7B70B6

Tints of Moody Blue #7B70B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.65%

R = 29.5%
G = 26.86%
B = 43.65%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7B70B6 (or 0x7B70B6) is known color: Moody Blue. HEX triplet: 7B, 70 and B6. RGB value is (123,112,182). Sum of RGB (Red+Green+Blue) = 123+112+182=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 182 - color contains mainly: blue. Hex color #7B70B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B70B6 is #848F49. Grayscale: #7A7A7A. Windows color (decimal): -8687434 or 11956347. OLE color: 11956347.

HSL color Cylindrical-coordinate representation of color #7B70B6: hue angle of 249.43º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7B70B6 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 123 112 182 -
CMYK 0.32 0.38 0 0.29
HSL 249.43º 0.32% 0.58% -
HSV(B) 249.43º 0.38% 0.71% -
XYZ 22.41 19.18 46.78 -
YUV 123.27 161.14 127.81 -
System Red Green Blue C M Y K H S L
Decimal 123 112 182 0.32 0.38 0 0.29 249.43 0.32 0.58
Hex 7B 70 B6 20 26 0 1D F9 20 3A
Octal 173 160 266 40 46 0 35 371 40 72
Binary 1111011 1110000 10110110 100000 100110 0 11101 11111001 100000 111010

Color Harmonies of #7B70B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B70B6

Black with #7B70B6

Text Example


Text Example

White with #7B70B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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