Html Css Color HEX #745CBF Blue Marguerite

📋 copy color: '#745CBF'

red 116 ◦ green 92 ◦ blue 191

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

Shades of Blue Marguerite #745CBF

Tints of Blue Marguerite #745CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.87%

R = 29.07%
G = 23.06%
B = 47.87%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#745CBF (or 0x745CBF) is known color: Blue Marguerite. HEX triplet: 74, 5C and BF. RGB value is (116,92,191). Sum of RGB (Red+Green+Blue) = 116+92+191=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #745CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745CBF is #8BA340. Grayscale: #6E6E6E. Windows color (decimal): -9151297 or 12541044. OLE color: 12541044.

HSL color Cylindrical-coordinate representation of color #745CBF: hue angle of 254.55º degrees, saturation: 0.44, 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 #745CBF is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 92 191 -
CMYK 0.39 0.52 0 0.25
HSL 254.55º 0.44% 0.55% -
HSV(B) 254.55º 0.52% 0.75% -
XYZ 20.43 15.13 51.13 -
YUV 110.46 173.45 131.95 -
System Red Green Blue C M Y K H S L
Decimal 116 92 191 0.39 0.52 0 0.25 254.55 0.44 0.55
Hex 74 5C BF 27 34 0 19 FF 2C 37
Octal 164 134 277 47 64 0 31 377 54 67
Binary 1110100 1011100 10111111 100111 110100 0 11001 11111111 101100 110111

Color Harmonies of #745CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745CBF

Black with #745CBF

Text Example


Text Example

White with #745CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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