Html Css Color HEX #766BB5 Blue Marguerite

📋 copy color: '#766BB5'

red 118 ◦ green 107 ◦ blue 181

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

Shades of Blue Marguerite #766BB5

Tints of Blue Marguerite #766BB5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.35%

 BLUE value IS 181 (71.09% from 255) = 44.58%

R = 29.06%
G = 26.35%
B = 44.58%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#766BB5 (or 0x766BB5) is known color: Blue Marguerite. HEX triplet: 76, 6B and B5. RGB value is (118,107,181). Sum of RGB (Red+Green+Blue) = 118+107+181=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 181 - color contains mainly: blue. Hex color #766BB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766BB5 is #89944A. Grayscale: #767676. Windows color (decimal): -9016395 or 11889526. OLE color: 11889526.

HSL color Cylindrical-coordinate representation of color #766BB5: hue angle of 248.92º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #766BB5 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 107 181 -
CMYK 0.35 0.41 0 0.29
HSL 248.92º 0.33% 0.56% -
HSV(B) 248.92º 0.41% 0.71% -
XYZ 21.07 17.7 46.02 -
YUV 118.73 163.14 127.48 -
System Red Green Blue C M Y K H S L
Decimal 118 107 181 0.35 0.41 0 0.29 248.92 0.33 0.56
Hex 76 6B B5 23 29 0 1D F9 21 38
Octal 166 153 265 43 51 0 35 371 41 70
Binary 1110110 1101011 10110101 100011 101001 0 11101 11111001 100001 111000

Color Harmonies of #766BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766BB5

Black with #766BB5

Text Example


Text Example

White with #766BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,107,181); }

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

background-color css

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

 a { background-color: rgb(118,107,181); }

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

border-color css

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

 span { border-color: rgb(118,107,181); }

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