Html Css Color HEX #7B73BC Moody Blue

📋 copy color: '#7B73BC'

red 123 ◦ green 115 ◦ blue 188

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

Shades of Moody Blue #7B73BC

Tints of Moody Blue #7B73BC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27%

 BLUE value IS 188 (73.83% from 255) = 44.13%

R = 28.87%
G = 27%
B = 44.13%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7B73BC (or 0x7B73BC) is known color: Moody Blue. HEX triplet: 7B, 73 and BC. RGB value is (123,115,188). Sum of RGB (Red+Green+Blue) = 123+115+188=426 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.87% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B73BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B73BC is #848C43. Grayscale: #7D7D7D. Windows color (decimal): -8686660 or 12350331. OLE color: 12350331.

HSL color Cylindrical-coordinate representation of color #7B73BC: hue angle of 246.58º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B73BC is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 123 115 188 -
CMYK 0.35 0.39 0 0.26
HSL 246.58º 0.35% 0.59% -
HSV(B) 246.58º 0.39% 0.74% -
XYZ 23.38 20.1 50.23 -
YUV 125.71 163.15 126.06 -
System Red Green Blue C M Y K H S L
Decimal 123 115 188 0.35 0.39 0 0.26 246.58 0.35 0.59
Hex 7B 73 BC 23 27 0 1A F7 23 3B
Octal 173 163 274 43 47 0 32 367 43 73
Binary 1111011 1110011 10111100 100011 100111 0 11010 11110111 100011 111011

Color Harmonies of #7B73BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B73BC

Black with #7B73BC

Text Example


Text Example

White with #7B73BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,115,188); }

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

background-color css

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

 a { background-color: rgb(123,115,188); }

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

border-color css

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

 span { border-color: rgb(123,115,188); }

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