Html Css Color HEX #766DB4 Blue Marguerite

📋 copy color: '#766DB4'

red 118 ◦ green 109 ◦ blue 180

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

Shades of Blue Marguerite #766DB4

Tints of Blue Marguerite #766DB4

RGB

 RED value IS 118 (46.48% from 255) = 28.99%

 GREEN value IS 109 (42.97% from 255) = 26.78%

 BLUE value IS 180 (70.7% from 255) = 44.23%

R = 28.99%
G = 26.78%
B = 44.23%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#766DB4 (or 0x766DB4) is known color: Blue Marguerite. HEX triplet: 76, 6D and B4. RGB value is (118,109,180). Sum of RGB (Red+Green+Blue) = 118+109+180=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 180 (70.70% from 255 or 44.23% from 407); Max value from RGB is 180 - color contains mainly: blue. Hex color #766DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766DB4 is #89924B. Grayscale: #777777. Windows color (decimal): -9015884 or 11824502. OLE color: 11824502.

HSL color Cylindrical-coordinate representation of color #766DB4: hue angle of 247.61º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #766DB4 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 109 180 -
CMYK 0.34 0.39 0 0.29
HSL 247.61º 0.32% 0.57% -
HSV(B) 247.61º 0.39% 0.71% -
XYZ 21.18 18.08 45.55 -
YUV 119.79 161.98 126.73 -
System Red Green Blue C M Y K H S L
Decimal 118 109 180 0.34 0.39 0 0.29 247.61 0.32 0.57
Hex 76 6D B4 22 27 0 1D F8 20 39
Octal 166 155 264 42 47 0 35 370 40 71
Binary 1110110 1101101 10110100 100010 100111 0 11101 11111000 100000 111001

Color Harmonies of #766DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766DB4

Black with #766DB4

Text Example


Text Example

White with #766DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766DB4; }

 p { color: rgb(118,109,180); }

 H1.HeaderClassName
 {
   color: #766DB4;
 }
 .AnyTagClassName
 {
   color: #766DB4;
 }
</style>

background-color css

<style>
 a { background-color: #766DB4; }

 a { background-color: rgb(118,109,180); }

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

border-color css

<style>
 span { border-color: #766DB4; }

 span { border-color: rgb(118,109,180); }

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