Html Css Color HEX #745DBB Blue Marguerite

📋 copy color: '#745DBB'

red 116 ◦ green 93 ◦ blue 187

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

Shades of Blue Marguerite #745DBB

Tints of Blue Marguerite #745DBB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.48%

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

R = 29.29%
G = 23.48%
B = 47.22%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#745DBB (or 0x745DBB) is known color: Blue Marguerite. HEX triplet: 74, 5D and BB. RGB value is (116,93,187). Sum of RGB (Red+Green+Blue) = 116+93+187=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #745DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745DBB is #8BA244. Grayscale: #6E6E6E. Windows color (decimal): -9151045 or 12279156. OLE color: 12279156.

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

Color convert

RGB 116 93 187 -
CMYK 0.38 0.50 0 0.27
HSL 254.68º 0.41% 0.55% -
HSV(B) 254.68º 0.5% 0.73% -
XYZ 20.09 15.13 48.88 -
YUV 110.59 171.12 131.86 -
System Red Green Blue C M Y K H S L
Decimal 116 93 187 0.38 0.50 0 0.27 254.68 0.41 0.55
Hex 74 5D BB 26 32 0 1B FF 29 37
Octal 164 135 273 46 62 0 33 377 51 67
Binary 1110100 1011101 10111011 100110 110010 0 11011 11111111 101001 110111

Color Harmonies of #745DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745DBB

Black with #745DBB

Text Example


Text Example

White with #745DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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