Html Css Color HEX #7B73CE Moody Blue

📋 copy color: '#7B73CE'

red 123 ◦ green 115 ◦ blue 206

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

Shades of Moody Blue #7B73CE

Tints of Moody Blue #7B73CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 27.7%
G = 25.9%
B = 46.4%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B73CE (or 0x7B73CE) is known color: Moody Blue. HEX triplet: 7B, 73 and CE. RGB value is (123,115,206). Sum of RGB (Red+Green+Blue) = 123+115+206=444 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.70% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B73CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B73CE is #848C31. Grayscale: #7F7F7F. Windows color (decimal): -8686642 or 13529979. OLE color: 13529979.

HSL color Cylindrical-coordinate representation of color #7B73CE: hue angle of 245.27º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B73CE is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 115 206 -
CMYK 0.40 0.44 0 0.19
HSL 245.27º 0.48% 0.63% -
HSV(B) 245.27º 0.44% 0.81% -
XYZ 25.44 20.93 61.09 -
YUV 127.77 172.15 124.6 -
System Red Green Blue C M Y K H S L
Decimal 123 115 206 0.40 0.44 0 0.19 245.27 0.48 0.63
Hex 7B 73 CE 28 2C 0 13 F5 30 3F
Octal 173 163 316 50 54 0 23 365 60 77
Binary 1111011 1110011 11001110 101000 101100 0 10011 11110101 110000 111111

Color Harmonies of #7B73CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B73CE

Black with #7B73CE

Text Example


Text Example

White with #7B73CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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