#7152BB

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

Shades of Blue Marguerite #7152BB

Tints of Blue Marguerite #7152BB

Color information

#7152BB (or 0x7152BB) is unknown color: approx Blue Marguerite. HEX triplet: 71, 52 and BB. RGB value is (113,82,187). Sum of RGB (Red+Green+Blue) = 113+82+187=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #7152BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7152BB is #8EAD44. Grayscale: #666666. Windows color (decimal): -9350469 or 12276337. OLE color: 12276337.

HSL color Cylindrical-coordinate representation of color #7152BB: hue angle of 257.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7152BB is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11382187-
CMYK0.400.5600.27
HSL257.71º43.57%52.75%-
HSV(B)257.71º56.15%73.33%-
XYZ18.813.1348.56-
YUV103.24175.27134.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.58%
GREEN value IS 82 (32.42% from 255) = 21.47%
BLUE value IS 187 (73.44% from 255) = 48.95%
R=29.58%
G=21.47%
B=48.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113821870.400.5600.27257.7143.5752.75
Hex7152BB283801B1022c35
Octal16112227350700334025465
Binary1110001101001010111011101000111000011011100000010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7152BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7152BB; }

 p { color: rgb(113,82,187); }

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

<style>
 a { background-color: #7152BB; }

 a { background-color: rgb(113,82,187); }

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

<style>
 span { border-color: #7152BB; }

 span { border-color: rgb(113,82,187); }

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