Html Css Color HEX #7B71CD Moody Blue

📋 copy color: '#7B71CD'

red 123 ◦ green 113 ◦ blue 205

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

Shades of Moody Blue #7B71CD

Tints of Moody Blue #7B71CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.49%

R = 27.89%
G = 25.62%
B = 46.49%

CMYK

 C value IS 0.4

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7B71CD (or 0x7B71CD) is known color: Moody Blue. HEX triplet: 7B, 71 and CD. RGB value is (123,113,205). Sum of RGB (Red+Green+Blue) = 123+113+205=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B71CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B71CD is #848E32. Grayscale: #7E7E7E. Windows color (decimal): -8687155 or 13463931. OLE color: 13463931.

HSL color Cylindrical-coordinate representation of color #7B71CD: hue angle of 246.52º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B71CD is Cyan = 0.4, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 113 205 -
CMYK 0.4 0.45 0 0.20
HSL 246.52º 0.48% 0.62% -
HSV(B) 246.52º 0.45% 0.8% -
XYZ 25.09 20.43 60.38 -
YUV 126.48 172.31 125.52 -
System Red Green Blue C M Y K H S L
Decimal 123 113 205 0.4 0.45 0 0.20 246.52 0.48 0.62
Hex 7B 71 CD 28 2D 0 14 F7 30 3E
Octal 173 161 315 50 55 0 24 367 60 76
Binary 1111011 1110001 11001101 101000 101101 0 10100 11110111 110000 111110

Color Harmonies of #7B71CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B71CD

Black with #7B71CD

Text Example


Text Example

White with #7B71CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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