Html Css Color HEX #7B74D8 Moody Blue

📋 copy color: '#7B74D8'

red 123 ◦ green 116 ◦ blue 216

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

Shades of Moody Blue #7B74D8

Tints of Moody Blue #7B74D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.47%

R = 27.03%
G = 25.49%
B = 47.47%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7B74D8 (or 0x7B74D8) is known color: Moody Blue. HEX triplet: 7B, 74 and D8. RGB value is (123,116,216). Sum of RGB (Red+Green+Blue) = 123+116+216=455 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.03% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 216 (84.77% from 255 or 47.47% from 455); Max value from RGB is 216 - color contains mainly: blue. Hex color #7B74D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B74D8 is #848B27. Grayscale: #818181. Windows color (decimal): -8686376 or 14185595. OLE color: 14185595.

HSL color Cylindrical-coordinate representation of color #7B74D8: hue angle of 244.2º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B74D8 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 123 116 216 -
CMYK 0.43 0.46 0 0.15
HSL 244.2º 0.56% 0.65% -
HSV(B) 244.2º 0.46% 0.85% -
XYZ 26.81 21.66 67.73 -
YUV 129.49 176.82 123.37 -
System Red Green Blue C M Y K H S L
Decimal 123 116 216 0.43 0.46 0 0.15 244.2 0.56 0.65
Hex 7B 74 D8 2B 2E 0 F F4 38 41
Octal 173 164 330 53 56 0 17 364 70 101
Binary 1111011 1110100 11011000 101011 101110 0 1111 11110100 111000 1000001

Color Harmonies of #7B74D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B74D8

Black with #7B74D8

Text Example


Text Example

White with #7B74D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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