Html Css Color HEX #7B74DB Moody Blue

📋 copy color: '#7B74DB'

red 123 ◦ green 116 ◦ blue 219

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

Shades of Moody Blue #7B74DB

Tints of Moody Blue #7B74DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.82%

R = 26.86%
G = 25.33%
B = 47.82%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7B74DB (or 0x7B74DB) is known color: Moody Blue. HEX triplet: 7B, 74 and DB. RGB value is (123,116,219). Sum of RGB (Red+Green+Blue) = 123+116+219=458 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.86% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B74DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B74DB is #848B24. Grayscale: #818181. Windows color (decimal): -8686373 or 14382203. OLE color: 14382203.

HSL color Cylindrical-coordinate representation of color #7B74DB: hue angle of 244.08º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B74DB is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 116 219 -
CMYK 0.44 0.47 0 0.14
HSL 244.08º 0.59% 0.66% -
HSV(B) 244.08º 0.47% 0.86% -
XYZ 27.2 21.82 69.8 -
YUV 129.84 178.32 123.12 -
System Red Green Blue C M Y K H S L
Decimal 123 116 219 0.44 0.47 0 0.14 244.08 0.59 0.66
Hex 7B 74 DB 2C 2F 0 E F4 3B 42
Octal 173 164 333 54 57 0 16 364 73 102
Binary 1111011 1110100 11011011 101100 101111 0 1110 11110100 111011 1000010

Color Harmonies of #7B74DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B74DB

Black with #7B74DB

Text Example


Text Example

White with #7B74DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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