Html Css Color HEX #745FBC Blue Marguerite

📋 copy color: '#745FBC'

red 116 ◦ green 95 ◦ blue 188

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

Shades of Blue Marguerite #745FBC

Tints of Blue Marguerite #745FBC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.81%

 BLUE value IS 188 (73.83% from 255) = 47.12%

R = 29.07%
G = 23.81%
B = 47.12%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#745FBC (or 0x745FBC) is known color: Blue Marguerite. HEX triplet: 74, 5F and BC. RGB value is (116,95,188). Sum of RGB (Red+Green+Blue) = 116+95+188=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #745FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745FBC is #8BA043. Grayscale: #6F6F6F. Windows color (decimal): -9150532 or 12345204. OLE color: 12345204.

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

Color convert

RGB 116 95 188 -
CMYK 0.38 0.49 0 0.26
HSL 253.55º 0.41% 0.55% -
HSV(B) 253.55º 0.49% 0.74% -
XYZ 20.37 15.53 49.5 -
YUV 111.88 170.96 130.94 -
System Red Green Blue C M Y K H S L
Decimal 116 95 188 0.38 0.49 0 0.26 253.55 0.41 0.55
Hex 74 5F BC 26 31 0 1A FE 29 37
Octal 164 137 274 46 61 0 32 376 51 67
Binary 1110100 1011111 10111100 100110 110001 0 11010 11111110 101001 110111

Color Harmonies of #745FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745FBC

Black with #745FBC

Text Example


Text Example

White with #745FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,95,188); }

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

background-color css

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

 a { background-color: rgb(116,95,188); }

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

border-color css

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

 span { border-color: rgb(116,95,188); }

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