Html Css Color HEX #745CBC Blue Marguerite

📋 copy color: '#745CBC'

red 116 ◦ green 92 ◦ blue 188

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

Shades of Blue Marguerite #745CBC

Tints of Blue Marguerite #745CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 29.29%
G = 23.23%
B = 47.47%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#745CBC (or 0x745CBC) is known color: Blue Marguerite. HEX triplet: 74, 5C and BC. RGB value is (116,92,188). Sum of RGB (Red+Green+Blue) = 116+92+188=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #745CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745CBC is #8BA343. Grayscale: #6D6D6D. Windows color (decimal): -9151300 or 12344436. OLE color: 12344436.

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

Color convert

RGB 116 92 188 -
CMYK 0.38 0.51 0 0.26
HSL 255º 0.42% 0.55% -
HSV(B) 255º 0.51% 0.74% -
XYZ 20.11 15 49.41 -
YUV 110.12 171.95 132.19 -
System Red Green Blue C M Y K H S L
Decimal 116 92 188 0.38 0.51 0 0.26 255 0.42 0.55
Hex 74 5C BC 26 33 0 1A FF 2A 37
Octal 164 134 274 46 63 0 32 377 52 67
Binary 1110100 1011100 10111100 100110 110011 0 11010 11111111 101010 110111

Color Harmonies of #745CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745CBC

Black with #745CBC

Text Example


Text Example

White with #745CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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