Html Css Color HEX #756BB6 Blue Marguerite

📋 copy color: '#756BB6'

red 117 ◦ green 107 ◦ blue 182

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

Shades of Blue Marguerite #756BB6

Tints of Blue Marguerite #756BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.83%

R = 28.82%
G = 26.35%
B = 44.83%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#756BB6 (or 0x756BB6) is known color: Blue Marguerite. HEX triplet: 75, 6B and B6. RGB value is (117,107,182). Sum of RGB (Red+Green+Blue) = 117+107+182=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 182 - color contains mainly: blue. Hex color #756BB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756BB6 is #8A9449. Grayscale: #767676. Windows color (decimal): -9081930 or 11955061. OLE color: 11955061.

HSL color Cylindrical-coordinate representation of color #756BB6: hue angle of 248º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #756BB6 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 107 182 -
CMYK 0.36 0.41 0 0.29
HSL 248º 0.34% 0.57% -
HSV(B) 248º 0.41% 0.71% -
XYZ 21.04 17.67 46.56 -
YUV 118.54 163.81 126.9 -
System Red Green Blue C M Y K H S L
Decimal 117 107 182 0.36 0.41 0 0.29 248 0.34 0.57
Hex 75 6B B6 24 29 0 1D F8 22 39
Octal 165 153 266 44 51 0 35 370 42 71
Binary 1110101 1101011 10110110 100100 101001 0 11101 11111000 100010 111001

Color Harmonies of #756BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756BB6

Black with #756BB6

Text Example


Text Example

White with #756BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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