Html Css Color HEX #7B74BE Moody Blue

📋 copy color: '#7B74BE'

red 123 ◦ green 116 ◦ blue 190

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

Shades of Moody Blue #7B74BE

Tints of Moody Blue #7B74BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.29%

R = 28.67%
G = 27.04%
B = 44.29%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B74BE (or 0x7B74BE) is known color: Moody Blue. HEX triplet: 7B, 74 and BE. RGB value is (123,116,190). Sum of RGB (Red+Green+Blue) = 123+116+190=429 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.67% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B74BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B74BE is #848B41. Grayscale: #7E7E7E. Windows color (decimal): -8686402 or 12481659. OLE color: 12481659.

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

Color convert

RGB 123 116 190 -
CMYK 0.35 0.39 0 0.25
HSL 245.68º 0.36% 0.6% -
HSV(B) 245.68º 0.39% 0.75% -
XYZ 23.71 20.42 51.41 -
YUV 126.53 163.82 125.48 -
System Red Green Blue C M Y K H S L
Decimal 123 116 190 0.35 0.39 0 0.25 245.68 0.36 0.6
Hex 7B 74 BE 23 27 0 19 F6 24 3C
Octal 173 164 276 43 47 0 31 366 44 74
Binary 1111011 1110100 10111110 100011 100111 0 11001 11110110 100100 111100

Color Harmonies of #7B74BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B74BE

Black with #7B74BE

Text Example


Text Example

White with #7B74BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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