Html Css Color HEX #7867BD Blue Marguerite

📋 copy color: '#7867BD'

red 120 ◦ green 103 ◦ blue 189

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

Shades of Blue Marguerite #7867BD

Tints of Blue Marguerite #7867BD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25%

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

R = 29.13%
G = 25%
B = 45.87%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7867BD (or 0x7867BD) is known color: Blue Marguerite. HEX triplet: 78, 67 and BD. RGB value is (120,103,189). Sum of RGB (Red+Green+Blue) = 120+103+189=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #7867BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7867BD is #879842. Grayscale: #757575. Windows color (decimal): -8886339 or 12412792. OLE color: 12412792.

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

Color convert

RGB 120 103 189 -
CMYK 0.37 0.46 0 0.26
HSL 251.86º 0.39% 0.57% -
HSV(B) 251.86º 0.46% 0.74% -
XYZ 21.78 17.37 50.35 -
YUV 117.89 168.13 129.51 -
System Red Green Blue C M Y K H S L
Decimal 120 103 189 0.37 0.46 0 0.26 251.86 0.39 0.57
Hex 78 67 BD 25 2E 0 1A FC 27 39
Octal 170 147 275 45 56 0 32 374 47 71
Binary 1111000 1100111 10111101 100101 101110 0 11010 11111100 100111 111001

Color Harmonies of #7867BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7867BD

Black with #7867BD

Text Example


Text Example

White with #7867BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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