#7663BE

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

Shades of Blue Marguerite #7663BE

Tints of Blue Marguerite #7663BE

Color information

#7663BE (or 0x7663BE) is unknown color: approx Blue Marguerite. HEX triplet: 76, 63 and BE. RGB value is (118,99,190). Sum of RGB (Red+Green+Blue) = 118+99+190=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #7663BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7663BE is #899C41. Grayscale: #727272. Windows color (decimal): -9018434 or 12477302. OLE color: 12477302.

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

Color convert

RGB11899190-
CMYK0.380.4800.25
HSL252.53º41.18%56.67%-
HSV(B)252.53º47.89%74.51%-
XYZ21.2316.4950.78-
YUV115.06170.29130.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.99%
GREEN value IS 99 (39.06% from 255) = 24.32%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=28.99%
G=24.32%
B=46.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118991900.380.4800.25252.5341.1856.67
Hex7663BE2630019fd2939
Octal16614327646600313755171
Binary111011011000111011111010011011000001100111111101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7663BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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