Html Css Color HEX #745CBB Blue Marguerite

📋 copy color: '#745CBB'

red 116 ◦ green 92 ◦ blue 187

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

Shades of Blue Marguerite #745CBB

Tints of Blue Marguerite #745CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.34%

R = 29.37%
G = 23.29%
B = 47.34%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#745CBB (or 0x745CBB) is known color: Blue Marguerite. HEX triplet: 74, 5C and BB. RGB value is (116,92,187). Sum of RGB (Red+Green+Blue) = 116+92+187=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #745CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745CBB is #8BA344. Grayscale: #6D6D6D. Windows color (decimal): -9151301 or 12278900. OLE color: 12278900.

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

Color convert

RGB 116 92 187 -
CMYK 0.38 0.51 0 0.27
HSL 255.16º 0.41% 0.55% -
HSV(B) 255.16º 0.51% 0.73% -
XYZ 20 14.96 48.85 -
YUV 110.01 171.45 132.28 -
System Red Green Blue C M Y K H S L
Decimal 116 92 187 0.38 0.51 0 0.27 255.16 0.41 0.55
Hex 74 5C BB 26 33 0 1B FF 29 37
Octal 164 134 273 46 63 0 33 377 51 67
Binary 1110100 1011100 10111011 100110 110011 0 11011 11111111 101001 110111

Color Harmonies of #745CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745CBB

Black with #745CBB

Text Example


Text Example

White with #745CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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