#7B63BF

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

Shades of Blue Marguerite #7B63BF

Tints of Blue Marguerite #7B63BF

Color information

#7B63BF (or 0x7B63BF) is unknown color: approx Blue Marguerite. HEX triplet: 7B, 63 and BF. RGB value is (123,99,191). Sum of RGB (Red+Green+Blue) = 123+99+191=413 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.78% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B63BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B63BF is #849C40. Grayscale: #747474. Windows color (decimal): -8690753 or 12542843. OLE color: 12542843.

HSL color Cylindrical-coordinate representation of color #7B63BF: hue angle of 255.65º degrees, saturation: 0.42, 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 #7B63BF is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12399191-
CMYK0.360.4800.25
HSL255.65º41.82%56.86%-
HSV(B)255.65º48.17%74.9%-
XYZ22.0316.951.39-
YUV116.66169.95132.52-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.78%
GREEN value IS 99 (39.06% from 255) = 23.97%
BLUE value IS 191 (75% from 255) = 46.25%
R=29.78%
G=23.97%
B=46.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal123991910.360.4800.25255.6541.8256.86
Hex7B63BF24300191002a39
Octal17314327744600314005271
Binary1111011110001110111111100100110000011001100000000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B63BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B63BF; }

 p { color: rgb(123,99,191); }

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

<style>
 a { background-color: #7B63BF; }

 a { background-color: rgb(123,99,191); }

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

<style>
 span { border-color: #7B63BF; }

 span { border-color: rgb(123,99,191); }

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