Html Css Color HEX #745CAF Blue Marguerite

📋 copy color: '#745CAF'

red 116 ◦ green 92 ◦ blue 175

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

Shades of Blue Marguerite #745CAF

Tints of Blue Marguerite #745CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.69%

R = 30.29%
G = 24.02%
B = 45.69%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#745CAF (or 0x745CAF) is known color: Blue Marguerite. HEX triplet: 74, 5C and AF. RGB value is (116,92,175). Sum of RGB (Red+Green+Blue) = 116+92+175=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #745CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745CAF is #8BA350. Grayscale: #6C6C6C. Windows color (decimal): -9151313 or 11492468. OLE color: 11492468.

HSL color Cylindrical-coordinate representation of color #745CAF: hue angle of 257.35º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #745CAF is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 92 175 -
CMYK 0.34 0.47 0 0.31
HSL 257.35º 0.34% 0.52% -
HSV(B) 257.35º 0.47% 0.69% -
XYZ 18.77 14.46 42.36 -
YUV 108.64 165.45 133.25 -
System Red Green Blue C M Y K H S L
Decimal 116 92 175 0.34 0.47 0 0.31 257.35 0.34 0.52
Hex 74 5C AF 22 2F 0 1F 101 22 34
Octal 164 134 257 42 57 0 37 401 42 64
Binary 1110100 1011100 10101111 100010 101111 0 11111 100000001 100010 110100

Color Harmonies of #745CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745CAF

Black with #745CAF

Text Example


Text Example

White with #745CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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