Html Css Color HEX #7665BA Blue Marguerite

📋 copy color: '#7665BA'

red 118 ◦ green 101 ◦ blue 186

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

Shades of Blue Marguerite #7665BA

Tints of Blue Marguerite #7665BA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.94%

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 29.14%
G = 24.94%
B = 45.93%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7665BA (or 0x7665BA) is known color: Blue Marguerite. HEX triplet: 76, 65 and BA. RGB value is (118,101,186). Sum of RGB (Red+Green+Blue) = 118+101+186=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #7665BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7665BA is #899A45. Grayscale: #737373. Windows color (decimal): -9017926 or 12215670. OLE color: 12215670.

HSL color Cylindrical-coordinate representation of color #7665BA: hue angle of 252º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7665BA is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 101 186 -
CMYK 0.37 0.46 0 0.27
HSL 252º 0.38% 0.56% -
HSV(B) 252º 0.46% 0.73% -
XYZ 20.99 16.7 48.57 -
YUV 115.77 167.63 129.59 -
System Red Green Blue C M Y K H S L
Decimal 118 101 186 0.37 0.46 0 0.27 252 0.38 0.56
Hex 76 65 BA 25 2E 0 1B FC 26 38
Octal 166 145 272 45 56 0 33 374 46 70
Binary 1110110 1100101 10111010 100101 101110 0 11011 11111100 100110 111000

Color Harmonies of #7665BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7665BA

Black with #7665BA

Text Example


Text Example

White with #7665BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7665BA; }

 p { color: rgb(118,101,186); }

 H1.HeaderClassName
 {
   color: #7665BA;
 }
 .AnyTagClassName
 {
   color: #7665BA;
 }
</style>

background-color css

<style>
 a { background-color: #7665BA; }

 a { background-color: rgb(118,101,186); }

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

border-color css

<style>
 span { border-color: #7665BA; }

 span { border-color: rgb(118,101,186); }

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