Html Css Color HEX #755CB1 Blue Marguerite

📋 copy color: '#755CB1'

red 117 ◦ green 92 ◦ blue 177

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

Shades of Blue Marguerite #755CB1

Tints of Blue Marguerite #755CB1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.83%

 BLUE value IS 177 (69.53% from 255) = 45.85%

R = 30.31%
G = 23.83%
B = 45.85%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#755CB1 (or 0x755CB1) is known color: Blue Marguerite. HEX triplet: 75, 5C and B1. RGB value is (117,92,177). Sum of RGB (Red+Green+Blue) = 117+92+177=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 177 - color contains mainly: blue. Hex color #755CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755CB1 is #8AA34E. Grayscale: #6C6C6C. Windows color (decimal): -9085775 or 11623541. OLE color: 11623541.

HSL color Cylindrical-coordinate representation of color #755CB1: hue angle of 257.65º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #755CB1 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 92 177 -
CMYK 0.34 0.48 0 0.31
HSL 257.65º 0.35% 0.53% -
HSV(B) 257.65º 0.48% 0.69% -
XYZ 19.1 14.61 43.41 -
YUV 109.17 166.28 133.59 -
System Red Green Blue C M Y K H S L
Decimal 117 92 177 0.34 0.48 0 0.31 257.65 0.35 0.53
Hex 75 5C B1 22 30 0 1F 102 23 35
Octal 165 134 261 42 60 0 37 402 43 65
Binary 1110101 1011100 10110001 100010 110000 0 11111 100000010 100011 110101

Color Harmonies of #755CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755CB1

Black with #755CB1

Text Example


Text Example

White with #755CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,92,177); }

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

background-color css

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

 a { background-color: rgb(117,92,177); }

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

border-color css

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

 span { border-color: rgb(117,92,177); }

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