Html Css Color HEX #745CBE Blue Marguerite

📋 copy color: '#745CBE'

red 116 ◦ green 92 ◦ blue 190

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

Shades of Blue Marguerite #745CBE

Tints of Blue Marguerite #745CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.74%

R = 29.15%
G = 23.12%
B = 47.74%

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

#745CBE (or 0x745CBE) is known color: Blue Marguerite. HEX triplet: 74, 5C and BE. RGB value is (116,92,190). Sum of RGB (Red+Green+Blue) = 116+92+190=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #745CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745CBE is #8BA341. Grayscale: #6D6D6D. Windows color (decimal): -9151298 or 12475508. OLE color: 12475508.

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

Color convert

RGB 116 92 190 -
CMYK 0.39 0.52 0 0.25
HSL 254.69º 0.43% 0.55% -
HSV(B) 254.69º 0.52% 0.75% -
XYZ 20.32 15.09 50.56 -
YUV 110.35 172.95 132.03 -
System Red Green Blue C M Y K H S L
Decimal 116 92 190 0.39 0.52 0 0.25 254.69 0.43 0.55
Hex 74 5C BE 27 34 0 19 FF 2B 37
Octal 164 134 276 47 64 0 31 377 53 67
Binary 1110100 1011100 10111110 100111 110100 0 11001 11111111 101011 110111

Color Harmonies of #745CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745CBE

Black with #745CBE

Text Example


Text Example

White with #745CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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