Html Css Color HEX #7869BD Moody Blue

📋 copy color: '#7869BD'

red 120 ◦ green 105 ◦ blue 189

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

Shades of Moody Blue #7869BD

Tints of Moody Blue #7869BD

RGB

 RED value IS 120 (47.27% from 255) = 28.99%

 GREEN value IS 105 (41.41% from 255) = 25.36%

 BLUE value IS 189 (74.22% from 255) = 45.65%

R = 28.99%
G = 25.36%
B = 45.65%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7869BD (or 0x7869BD) is known color: Moody Blue. HEX triplet: 78, 69 and BD. RGB value is (120,105,189). Sum of RGB (Red+Green+Blue) = 120+105+189=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #7869BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7869BD is #879642. Grayscale: #767676. Windows color (decimal): -8885827 or 12413304. OLE color: 12413304.

HSL color Cylindrical-coordinate representation of color #7869BD: hue angle of 250.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7869BD is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 105 189 -
CMYK 0.37 0.44 0 0.26
HSL 250.71º 0.39% 0.58% -
HSV(B) 250.71º 0.44% 0.74% -
XYZ 21.98 17.77 50.42 -
YUV 119.06 167.47 128.67 -
System Red Green Blue C M Y K H S L
Decimal 120 105 189 0.37 0.44 0 0.26 250.71 0.39 0.58
Hex 78 69 BD 25 2C 0 1A FB 27 3A
Octal 170 151 275 45 54 0 32 373 47 72
Binary 1111000 1101001 10111101 100101 101100 0 11010 11111011 100111 111010

Color Harmonies of #7869BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7869BD

Black with #7869BD

Text Example


Text Example

White with #7869BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7869BD; }

 p { color: rgb(120,105,189); }

 H1.HeaderClassName
 {
   color: #7869BD;
 }
 .AnyTagClassName
 {
   color: #7869BD;
 }
</style>

background-color css

<style>
 a { background-color: #7869BD; }

 a { background-color: rgb(120,105,189); }

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

border-color css

<style>
 span { border-color: #7869BD; }

 span { border-color: rgb(120,105,189); }

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