Html Css Color HEX #756CB9 Blue Marguerite

📋 copy color: '#756CB9'

red 117 ◦ green 108 ◦ blue 185

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

Shades of Blue Marguerite #756CB9

Tints of Blue Marguerite #756CB9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.34%

 BLUE value IS 185 (72.66% from 255) = 45.12%

R = 28.54%
G = 26.34%
B = 45.12%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#756CB9 (or 0x756CB9) is known color: Blue Marguerite. HEX triplet: 75, 6C and B9. RGB value is (117,108,185). Sum of RGB (Red+Green+Blue) = 117+108+185=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 185 - color contains mainly: blue. Hex color #756CB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756CB9 is #8A9346. Grayscale: #777777. Windows color (decimal): -9081671 or 12151925. OLE color: 12151925.

HSL color Cylindrical-coordinate representation of color #756CB9: hue angle of 247.01º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #756CB9 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 108 185 -
CMYK 0.37 0.42 0 0.27
HSL 247.01º 0.35% 0.57% -
HSV(B) 247.01º 0.42% 0.73% -
XYZ 21.46 18.01 48.24 -
YUV 119.47 164.98 126.24 -
System Red Green Blue C M Y K H S L
Decimal 117 108 185 0.37 0.42 0 0.27 247.01 0.35 0.57
Hex 75 6C B9 25 2A 0 1B F7 23 39
Octal 165 154 271 45 52 0 33 367 43 71
Binary 1110101 1101100 10111001 100101 101010 0 11011 11110111 100011 111001

Color Harmonies of #756CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756CB9

Black with #756CB9

Text Example


Text Example

White with #756CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,108,185); }

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

background-color css

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

 a { background-color: rgb(117,108,185); }

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

border-color css

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

 span { border-color: rgb(117,108,185); }

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