Html Css Color HEX #745BBA Blue Marguerite

📋 copy color: '#745BBA'

red 116 ◦ green 91 ◦ blue 186

#745BBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #745BBA

Tints of Blue Marguerite #745BBA

RGB

 RED value IS 116 (45.7% from 255) = 29.52%

 GREEN value IS 91 (35.94% from 255) = 23.16%

 BLUE value IS 186 (73.05% from 255) = 47.33%

R = 29.52%
G = 23.16%
B = 47.33%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#745BBA (or 0x745BBA) is known color: Blue Marguerite. HEX triplet: 74, 5B and BA. RGB value is (116,91,186). Sum of RGB (Red+Green+Blue) = 116+91+186=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #745BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745BBA is #8BA445. Grayscale: #6C6C6C. Windows color (decimal): -9151558 or 12213108. OLE color: 12213108.

HSL color Cylindrical-coordinate representation of color #745BBA: hue angle of 255.79º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #745BBA is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 91 186 -
CMYK 0.38 0.51 0 0.27
HSL 255.79º 0.41% 0.54% -
HSV(B) 255.79º 0.51% 0.73% -
XYZ 19.81 14.74 48.26 -
YUV 109.31 171.28 132.78 -
System Red Green Blue C M Y K H S L
Decimal 116 91 186 0.38 0.51 0 0.27 255.79 0.41 0.54
Hex 74 5B BA 26 33 0 1B 100 29 36
Octal 164 133 272 46 63 0 33 400 51 66
Binary 1110100 1011011 10111010 100110 110011 0 11011 100000000 101001 110110

Color Harmonies of #745BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745BBA

Black with #745BBA

Text Example


Text Example

White with #745BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,91,186); }

 H1.HeaderClassName
 {
   color: #745BBA;
 }
 .AnyTagClassName
 {
   color: #745BBA;
 }
</style>

background-color css

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

 a { background-color: rgb(116,91,186); }

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

border-color css

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

 span { border-color: rgb(116,91,186); }

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