Html Css Color HEX #756AB3 Blue Marguerite

📋 copy color: '#756AB3'

red 117 ◦ green 106 ◦ blue 179

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

Shades of Blue Marguerite #756AB3

Tints of Blue Marguerite #756AB3

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.37%

 BLUE value IS 179 (70.31% from 255) = 44.53%

R = 29.1%
G = 26.37%
B = 44.53%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#756AB3 (or 0x756AB3) is known color: Blue Marguerite. HEX triplet: 75, 6A and B3. RGB value is (117,106,179). Sum of RGB (Red+Green+Blue) = 117+106+179=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 179 - color contains mainly: blue. Hex color #756AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756AB3 is #8A954C. Grayscale: #757575. Windows color (decimal): -9082189 or 11758197. OLE color: 11758197.

HSL color Cylindrical-coordinate representation of color #756AB3: hue angle of 249.04º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #756AB3 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 117 106 179 -
CMYK 0.35 0.41 0 0.30
HSL 249.04º 0.32% 0.56% -
HSV(B) 249.04º 0.41% 0.7% -
XYZ 20.63 17.34 44.91 -
YUV 117.61 162.64 127.56 -
System Red Green Blue C M Y K H S L
Decimal 117 106 179 0.35 0.41 0 0.30 249.04 0.32 0.56
Hex 75 6A B3 23 29 0 1E F9 20 38
Octal 165 152 263 43 51 0 36 371 40 70
Binary 1110101 1101010 10110011 100011 101001 0 11110 11111001 100000 111000

Color Harmonies of #756AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756AB3

Black with #756AB3

Text Example


Text Example

White with #756AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,106,179); }

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

background-color css

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

 a { background-color: rgb(117,106,179); }

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

border-color css

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

 span { border-color: rgb(117,106,179); }

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