#745CBE

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

Shades of Blue Marguerite #745CBE

Tints of Blue Marguerite #745CBE

Color information

#745CBE (or 0x745CBE) is unknown color: approx Blue Marguerite. HEX triplet: 74, 5C and BE. RGB value is (116,92,190). Sum of RGB (Red+Green+Blue) = 116+92+190=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #745CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745CBE is #8BA341. Grayscale: #6D6D6D. Windows color (decimal): -9151298 or 12475508. OLE color: 12475508.

HSL color Cylindrical-coordinate representation of color #745CBE: hue angle of 254.69º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #745CBE is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11692190-
CMYK0.390.5200.25
HSL254.69º42.98%55.29%-
HSV(B)254.69º51.58%74.51%-
XYZ20.3215.0950.56-
YUV110.35172.95132.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.15%
GREEN value IS 92 (36.33% from 255) = 23.12%
BLUE value IS 190 (74.61% from 255) = 47.74%
R=29.15%
G=23.12%
B=47.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116921900.390.5200.25254.6942.9855.29
Hex745CBE2734019ff2b37
Octal16413427647640313775367
Binary111010010111001011111010011111010001100111111111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745CBE; }

 p { color: rgb(116,92,190); }

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

<style>
 a { background-color: #745CBE; }

 a { background-color: rgb(116,92,190); }

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

<style>
 span { border-color: #745CBE; }

 span { border-color: rgb(116,92,190); }

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