#7651BE

Color #7651BE Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7651BE

Tints of Blue Marguerite #7651BE

Color information

#7651BE (or 0x7651BE) is unknown color: approx Blue Marguerite. HEX triplet: 76, 51 and BE. RGB value is (118,81,190). Sum of RGB (Red+Green+Blue) = 118+81+190=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #7651BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7651BE is #89AE41. Grayscale: #686868. Windows color (decimal): -9023042 or 12472694. OLE color: 12472694.

HSL color Cylindrical-coordinate representation of color #7651BE: hue angle of 260.37º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7651BE is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11881190-
CMYK0.380.5700.25
HSL260.37º45.61%53.14%-
HSV(B)260.37º57.37%74.51%-
XYZ19.7113.4550.27-
YUV104.49176.26137.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.33%
GREEN value IS 81 (32.03% from 255) = 20.82%
BLUE value IS 190 (74.61% from 255) = 48.84%
R=30.33%
G=20.82%
B=48.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118811900.380.5700.25260.3745.6153.14
Hex7651BE26390191042e35
Octal16612127646710314045665
Binary1110110101000110111110100110111001011001100000100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7651BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7651BE; }

 p { color: rgb(118,81,190); }

 H1.HeaderClassName
 {
   color: #7651BE;
 }
 .AnyTagClassName
 {
   color: #7651BE;
 }
</style>
background-color css

<style>
 a { background-color: #7651BE; }

 a { background-color: rgb(118,81,190); }

 div.DivClassName
 {
   background-color: #7651BE;
 }
 .BgClassName
 {
   background-color: #7651BE;
 }
</style>
border-color css

<style>
 span { border-color: #7651BE; }

 span { border-color: rgb(118,81,190); }

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