Html Css Color HEX #755DB6 Blue Marguerite

📋 copy color: '#755DB6'

red 117 ◦ green 93 ◦ blue 182

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

Shades of Blue Marguerite #755DB6

Tints of Blue Marguerite #755DB6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.72%

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

R = 29.85%
G = 23.72%
B = 46.43%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#755DB6 (or 0x755DB6) is known color: Blue Marguerite. HEX triplet: 75, 5D and B6. RGB value is (117,93,182). Sum of RGB (Red+Green+Blue) = 117+93+182=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 182 (71.48% from 255 or 46.43% from 392); Max value from RGB is 182 - color contains mainly: blue. Hex color #755DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DB6 is #8AA249. Grayscale: #6D6D6D. Windows color (decimal): -9085514 or 11951477. OLE color: 11951477.

HSL color Cylindrical-coordinate representation of color #755DB6: hue angle of 256.18º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #755DB6 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 93 182 -
CMYK 0.36 0.49 0 0.29
HSL 256.18º 0.38% 0.54% -
HSV(B) 256.18º 0.49% 0.71% -
XYZ 19.69 14.99 46.11 -
YUV 110.32 168.45 132.76 -
System Red Green Blue C M Y K H S L
Decimal 117 93 182 0.36 0.49 0 0.29 256.18 0.38 0.54
Hex 75 5D B6 24 31 0 1D 100 26 36
Octal 165 135 266 44 61 0 35 400 46 66
Binary 1110101 1011101 10110110 100100 110001 0 11101 100000000 100110 110110

Color Harmonies of #755DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755DB6

Black with #755DB6

Text Example


Text Example

White with #755DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755DB6; }

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

 H1.HeaderClassName
 {
   color: #755DB6;
 }
 .AnyTagClassName
 {
   color: #755DB6;
 }
</style>

background-color css

<style>
 a { background-color: #755DB6; }

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

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

border-color css

<style>
 span { border-color: #755DB6; }

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

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