Html Css Color HEX #7767BC Blue Marguerite

📋 copy color: '#7767BC'

red 119 ◦ green 103 ◦ blue 188

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

Shades of Blue Marguerite #7767BC

Tints of Blue Marguerite #7767BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.85%

R = 29.02%
G = 25.12%
B = 45.85%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7767BC (or 0x7767BC) is known color: Blue Marguerite. HEX triplet: 77, 67 and BC. RGB value is (119,103,188). Sum of RGB (Red+Green+Blue) = 119+103+188=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #7767BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7767BC is #889843. Grayscale: #757575. Windows color (decimal): -8951876 or 12347255. OLE color: 12347255.

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

Color convert

RGB 119 103 188 -
CMYK 0.37 0.45 0 0.26
HSL 251.29º 0.39% 0.57% -
HSV(B) 251.29º 0.45% 0.74% -
XYZ 21.54 17.25 49.77 -
YUV 117.47 167.8 129.09 -
System Red Green Blue C M Y K H S L
Decimal 119 103 188 0.37 0.45 0 0.26 251.29 0.39 0.57
Hex 77 67 BC 25 2D 0 1A FB 27 39
Octal 167 147 274 45 55 0 32 373 47 71
Binary 1110111 1100111 10111100 100101 101101 0 11010 11111011 100111 111001

Color Harmonies of #7767BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7767BC

Black with #7767BC

Text Example


Text Example

White with #7767BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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