Html Css Color HEX #745CBA Blue Marguerite

📋 copy color: '#745CBA'

red 116 ◦ green 92 ◦ blue 186

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

Shades of Blue Marguerite #745CBA

Tints of Blue Marguerite #745CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.35%

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

R = 29.44%
G = 23.35%
B = 47.21%

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

#745CBA (or 0x745CBA) is known color: Blue Marguerite. HEX triplet: 74, 5C and BA. RGB value is (116,92,186). Sum of RGB (Red+Green+Blue) = 116+92+186=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #745CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745CBA is #8BA345. Grayscale: #6D6D6D. Windows color (decimal): -9151302 or 12213364. OLE color: 12213364.

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

Color convert

RGB 116 92 186 -
CMYK 0.38 0.51 0 0.27
HSL 255.32º 0.41% 0.55% -
HSV(B) 255.32º 0.51% 0.73% -
XYZ 19.89 14.91 48.28 -
YUV 109.89 170.95 132.36 -
System Red Green Blue C M Y K H S L
Decimal 116 92 186 0.38 0.51 0 0.27 255.32 0.41 0.55
Hex 74 5C BA 26 33 0 1B FF 29 37
Octal 164 134 272 46 63 0 33 377 51 67
Binary 1110100 1011100 10111010 100110 110011 0 11011 11111111 101001 110111

Color Harmonies of #745CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745CBA

Black with #745CBA

Text Example


Text Example

White with #745CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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