Html Css Color HEX #745FBA Blue Marguerite

📋 copy color: '#745FBA'

red 116 ◦ green 95 ◦ blue 186

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

Shades of Blue Marguerite #745FBA

Tints of Blue Marguerite #745FBA

RGB

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

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

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

R = 29.22%
G = 23.93%
B = 46.85%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#745FBA (or 0x745FBA) is known color: Blue Marguerite. HEX triplet: 74, 5F and BA. RGB value is (116,95,186). Sum of RGB (Red+Green+Blue) = 116+95+186=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #745FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745FBA is #8BA045. Grayscale: #6F6F6F. Windows color (decimal): -9150534 or 12214132. OLE color: 12214132.

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

Color convert

RGB 116 95 186 -
CMYK 0.38 0.49 0 0.27
HSL 253.85º 0.4% 0.55% -
HSV(B) 253.85º 0.49% 0.73% -
XYZ 20.16 15.44 48.37 -
YUV 111.65 169.96 131.1 -
System Red Green Blue C M Y K H S L
Decimal 116 95 186 0.38 0.49 0 0.27 253.85 0.4 0.55
Hex 74 5F BA 26 31 0 1B FE 28 37
Octal 164 137 272 46 61 0 33 376 50 67
Binary 1110100 1011111 10111010 100110 110001 0 11011 11111110 101000 110111

Color Harmonies of #745FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745FBA

Black with #745FBA

Text Example


Text Example

White with #745FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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