Html Css Color HEX #756DB1 Blue Marguerite

📋 copy color: '#756DB1'

red 117 ◦ green 109 ◦ blue 177

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

Shades of Blue Marguerite #756DB1

Tints of Blue Marguerite #756DB1

RGB

 RED value IS 117 (46.09% from 255) = 29.03%

 GREEN value IS 109 (42.97% from 255) = 27.05%

 BLUE value IS 177 (69.53% from 255) = 43.92%

R = 29.03%
G = 27.05%
B = 43.92%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#756DB1 (or 0x756DB1) is known color: Blue Marguerite. HEX triplet: 75, 6D and B1. RGB value is (117,109,177). Sum of RGB (Red+Green+Blue) = 117+109+177=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 177 - color contains mainly: blue. Hex color #756DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756DB1 is #8A924E. Grayscale: #767676. Windows color (decimal): -9081423 or 11627893. OLE color: 11627893.

HSL color Cylindrical-coordinate representation of color #756DB1: hue angle of 247.06º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #756DB1 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 109 177 -
CMYK 0.34 0.38 0 0.31
HSL 247.06º 0.3% 0.56% -
HSV(B) 247.06º 0.38% 0.69% -
XYZ 20.74 17.89 43.96 -
YUV 119.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 117 109 177 0.34 0.38 0 0.31 247.06 0.3 0.56
Hex 75 6D B1 22 26 0 1F F7 1E 38
Octal 165 155 261 42 46 0 37 367 36 70
Binary 1110101 1101101 10110001 100010 100110 0 11111 11110111 11110 111000

Color Harmonies of #756DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756DB1

Black with #756DB1

Text Example


Text Example

White with #756DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756DB1; }

 p { color: rgb(117,109,177); }

 H1.HeaderClassName
 {
   color: #756DB1;
 }
 .AnyTagClassName
 {
   color: #756DB1;
 }
</style>

background-color css

<style>
 a { background-color: #756DB1; }

 a { background-color: rgb(117,109,177); }

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

border-color css

<style>
 span { border-color: #756DB1; }

 span { border-color: rgb(117,109,177); }

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