Html Css Color HEX #756CB6 Blue Marguerite

📋 copy color: '#756CB6'

red 117 ◦ green 108 ◦ blue 182

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

Shades of Blue Marguerite #756CB6

Tints of Blue Marguerite #756CB6

RGB

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

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

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

R = 28.75%
G = 26.54%
B = 44.72%

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

#756CB6 (or 0x756CB6) is known color: Blue Marguerite. HEX triplet: 75, 6C and B6. RGB value is (117,108,182). Sum of RGB (Red+Green+Blue) = 117+108+182=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 182 - color contains mainly: blue. Hex color #756CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756CB6 is #8A9349. Grayscale: #767676. Windows color (decimal): -9081674 or 11955317. OLE color: 11955317.

HSL color Cylindrical-coordinate representation of color #756CB6: hue angle of 247.3º 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 #756CB6 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 108 182 -
CMYK 0.36 0.41 0 0.29
HSL 247.3º 0.34% 0.57% -
HSV(B) 247.3º 0.41% 0.71% -
XYZ 21.14 17.88 46.59 -
YUV 119.13 163.48 126.48 -
System Red Green Blue C M Y K H S L
Decimal 117 108 182 0.36 0.41 0 0.29 247.3 0.34 0.57
Hex 75 6C B6 24 29 0 1D F7 22 39
Octal 165 154 266 44 51 0 35 367 42 71
Binary 1110101 1101100 10110110 100100 101001 0 11101 11110111 100010 111001

Color Harmonies of #756CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756CB6

Black with #756CB6

Text Example


Text Example

White with #756CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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