Html Css Color HEX #745CAB Blue Marguerite

📋 copy color: '#745CAB'

red 116 ◦ green 92 ◦ blue 171

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

Shades of Blue Marguerite #745CAB

Tints of Blue Marguerite #745CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 30.61%
G = 24.27%
B = 45.12%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#745CAB (or 0x745CAB) is known color: Blue Marguerite. HEX triplet: 74, 5C and AB. RGB value is (116,92,171). Sum of RGB (Red+Green+Blue) = 116+92+171=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #745CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745CAB is #8BA354. Grayscale: #6B6B6B. Windows color (decimal): -9151317 or 11230324. OLE color: 11230324.

HSL color Cylindrical-coordinate representation of color #745CAB: hue angle of 258.23º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #745CAB is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 92 171 -
CMYK 0.32 0.46 0 0.33
HSL 258.23º 0.32% 0.52% -
HSV(B) 258.23º 0.46% 0.67% -
XYZ 18.38 14.31 40.32 -
YUV 108.18 163.45 133.58 -
System Red Green Blue C M Y K H S L
Decimal 116 92 171 0.32 0.46 0 0.33 258.23 0.32 0.52
Hex 74 5C AB 20 2E 0 21 102 20 34
Octal 164 134 253 40 56 0 41 402 40 64
Binary 1110100 1011100 10101011 100000 101110 0 100001 100000010 100000 110100

Color Harmonies of #745CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745CAB

Black with #745CAB

Text Example


Text Example

White with #745CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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