Html Css Color HEX #7650BA Blue Marguerite

📋 copy color: '#7650BA'

red 118 ◦ green 80 ◦ blue 186

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

Shades of Blue Marguerite #7650BA

Tints of Blue Marguerite #7650BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.83%

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

R = 30.73%
G = 20.83%
B = 48.44%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7650BA (or 0x7650BA) is known color: Blue Marguerite. HEX triplet: 76, 50 and BA. RGB value is (118,80,186). Sum of RGB (Red+Green+Blue) = 118+80+186=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #7650BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7650BA is #89AF45. Grayscale: #676767. Windows color (decimal): -9023302 or 12210294. OLE color: 12210294.

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

Color convert

RGB 118 80 186 -
CMYK 0.37 0.57 0 0.27
HSL 261.51º 0.43% 0.52% -
HSV(B) 261.51º 0.57% 0.73% -
XYZ 19.2 13.13 47.98 -
YUV 103.45 174.59 138.38 -
System Red Green Blue C M Y K H S L
Decimal 118 80 186 0.37 0.57 0 0.27 261.51 0.43 0.52
Hex 76 50 BA 25 39 0 1B 106 2B 34
Octal 166 120 272 45 71 0 33 406 53 64
Binary 1110110 1010000 10111010 100101 111001 0 11011 100000110 101011 110100

Color Harmonies of #7650BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7650BA

Black with #7650BA

Text Example


Text Example

White with #7650BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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