Html Css Color HEX #7767BD Blue Marguerite

📋 copy color: '#7767BD'

red 119 ◦ green 103 ◦ blue 189

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

Shades of Blue Marguerite #7767BD

Tints of Blue Marguerite #7767BD

RGB

 RED value IS 119 (46.88% from 255) = 28.95%

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

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

R = 28.95%
G = 25.06%
B = 45.99%

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

#7767BD (or 0x7767BD) is known color: Blue Marguerite. HEX triplet: 77, 67 and BD. RGB value is (119,103,189). Sum of RGB (Red+Green+Blue) = 119+103+189=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #7767BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7767BD is #889842. Grayscale: #757575. Windows color (decimal): -8951875 or 12412791. OLE color: 12412791.

HSL color Cylindrical-coordinate representation of color #7767BD: hue angle of 251.16º 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 #7767BD is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 103 189 -
CMYK 0.37 0.46 0 0.26
HSL 251.16º 0.39% 0.57% -
HSV(B) 251.16º 0.46% 0.74% -
XYZ 21.64 17.3 50.34 -
YUV 117.59 168.3 129.01 -
System Red Green Blue C M Y K H S L
Decimal 119 103 189 0.37 0.46 0 0.26 251.16 0.39 0.57
Hex 77 67 BD 25 2E 0 1A FB 27 39
Octal 167 147 275 45 56 0 32 373 47 71
Binary 1110111 1100111 10111101 100101 101110 0 11010 11111011 100111 111001

Color Harmonies of #7767BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7767BD

Black with #7767BD

Text Example


Text Example

White with #7767BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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