Html Css Color HEX #756BB9 Blue Marguerite

📋 copy color: '#756BB9'

red 117 ◦ green 107 ◦ blue 185

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

Shades of Blue Marguerite #756BB9

Tints of Blue Marguerite #756BB9

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.16%

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

R = 28.61%
G = 26.16%
B = 45.23%

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

#756BB9 (or 0x756BB9) is known color: Blue Marguerite. HEX triplet: 75, 6B and B9. RGB value is (117,107,185). Sum of RGB (Red+Green+Blue) = 117+107+185=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 185 - color contains mainly: blue. Hex color #756BB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756BB9 is #8A9446. Grayscale: #767676. Windows color (decimal): -9081927 or 12151669. OLE color: 12151669.

HSL color Cylindrical-coordinate representation of color #756BB9: hue angle of 247.69º degrees, saturation: 0.36, 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 #756BB9 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 107 185 -
CMYK 0.37 0.42 0 0.27
HSL 247.69º 0.36% 0.57% -
HSV(B) 247.69º 0.42% 0.73% -
XYZ 21.35 17.8 48.21 -
YUV 118.88 165.31 126.66 -
System Red Green Blue C M Y K H S L
Decimal 117 107 185 0.37 0.42 0 0.27 247.69 0.36 0.57
Hex 75 6B B9 25 2A 0 1B F8 24 39
Octal 165 153 271 45 52 0 33 370 44 71
Binary 1110101 1101011 10111001 100101 101010 0 11011 11111000 100100 111001

Color Harmonies of #756BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756BB9

Black with #756BB9

Text Example


Text Example

White with #756BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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