Html Css Color HEX #7B74B4 Moody Blue

📋 copy color: '#7B74B4'

red 123 ◦ green 116 ◦ blue 180

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

Shades of Moody Blue #7B74B4

Tints of Moody Blue #7B74B4

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.68%

 BLUE value IS 180 (70.7% from 255) = 42.96%

R = 29.36%
G = 27.68%
B = 42.96%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7B74B4 (or 0x7B74B4) is known color: Moody Blue. HEX triplet: 7B, 74 and B4. RGB value is (123,116,180). Sum of RGB (Red+Green+Blue) = 123+116+180=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 180 - color contains mainly: blue. Hex color #7B74B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B74B4 is #848B4B. Grayscale: #7D7D7D. Windows color (decimal): -8686412 or 11826299. OLE color: 11826299.

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

Color convert

RGB 123 116 180 -
CMYK 0.32 0.36 0 0.29
HSL 246.56º 0.3% 0.58% -
HSV(B) 246.56º 0.36% 0.71% -
XYZ 22.65 20 45.85 -
YUV 125.39 158.82 126.3 -
System Red Green Blue C M Y K H S L
Decimal 123 116 180 0.32 0.36 0 0.29 246.56 0.3 0.58
Hex 7B 74 B4 20 24 0 1D F7 1E 3A
Octal 173 164 264 40 44 0 35 367 36 72
Binary 1111011 1110100 10110100 100000 100100 0 11101 11110111 11110 111010

Color Harmonies of #7B74B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B74B4

Black with #7B74B4

Text Example


Text Example

White with #7B74B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,116,180); }

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

background-color css

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

 a { background-color: rgb(123,116,180); }

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

border-color css

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

 span { border-color: rgb(123,116,180); }

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