Html Css Color HEX #7B71BF Moody Blue

📋 copy color: '#7B71BF'

red 123 ◦ green 113 ◦ blue 191

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

Shades of Moody Blue #7B71BF

Tints of Moody Blue #7B71BF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.46%

 BLUE value IS 191 (75% from 255) = 44.73%

R = 28.81%
G = 26.46%
B = 44.73%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B71BF (or 0x7B71BF) is known color: Moody Blue. HEX triplet: 7B, 71 and BF. RGB value is (123,113,191). Sum of RGB (Red+Green+Blue) = 123+113+191=427 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.81% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B71BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B71BF is #848E40. Grayscale: #7C7C7C. Windows color (decimal): -8687169 or 12546427. OLE color: 12546427.

HSL color Cylindrical-coordinate representation of color #7B71BF: hue angle of 247.69º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B71BF is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 113 191 -
CMYK 0.36 0.41 0 0.25
HSL 247.69º 0.38% 0.6% -
HSV(B) 247.69º 0.41% 0.75% -
XYZ 23.48 19.78 51.87 -
YUV 124.88 165.31 126.66 -
System Red Green Blue C M Y K H S L
Decimal 123 113 191 0.36 0.41 0 0.25 247.69 0.38 0.6
Hex 7B 71 BF 24 29 0 19 F8 26 3C
Octal 173 161 277 44 51 0 31 370 46 74
Binary 1111011 1110001 10111111 100100 101001 0 11001 11111000 100110 111100

Color Harmonies of #7B71BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B71BF

Black with #7B71BF

Text Example


Text Example

White with #7B71BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,113,191); }

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

background-color css

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

 a { background-color: rgb(123,113,191); }

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

border-color css

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

 span { border-color: rgb(123,113,191); }

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