Html Css Color HEX #7869B1 Blue Marguerite

📋 copy color: '#7869B1'

red 120 ◦ green 105 ◦ blue 177

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

Shades of Blue Marguerite #7869B1

Tints of Blue Marguerite #7869B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.03%

R = 29.85%
G = 26.12%
B = 44.03%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7869B1 (or 0x7869B1) is known color: Blue Marguerite. HEX triplet: 78, 69 and B1. RGB value is (120,105,177). Sum of RGB (Red+Green+Blue) = 120+105+177=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 177 (69.53% from 255 or 44.03% from 402); Max value from RGB is 177 - color contains mainly: blue. Hex color #7869B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7869B1 is #87964E. Grayscale: #757575. Windows color (decimal): -8885839 or 11626872. OLE color: 11626872.

HSL color Cylindrical-coordinate representation of color #7869B1: hue angle of 252.5º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7869B1 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 120 105 177 -
CMYK 0.32 0.41 0 0.31
HSL 252.5º 0.32% 0.55% -
HSV(B) 252.5º 0.41% 0.69% -
XYZ 20.73 17.27 43.84 -
YUV 117.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 120 105 177 0.32 0.41 0 0.31 252.5 0.32 0.55
Hex 78 69 B1 20 29 0 1F FD 20 37
Octal 170 151 261 40 51 0 37 375 40 67
Binary 1111000 1101001 10110001 100000 101001 0 11111 11111101 100000 110111

Color Harmonies of #7869B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7869B1

Black with #7869B1

Text Example


Text Example

White with #7869B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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