Html Css Color HEX #755CB4 Blue Marguerite

📋 copy color: '#755CB4'

red 117 ◦ green 92 ◦ blue 180

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

Shades of Blue Marguerite #755CB4

Tints of Blue Marguerite #755CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.27%

R = 30.08%
G = 23.65%
B = 46.27%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#755CB4 (or 0x755CB4) is known color: Blue Marguerite. HEX triplet: 75, 5C and B4. RGB value is (117,92,180). Sum of RGB (Red+Green+Blue) = 117+92+180=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 180 (70.70% from 255 or 46.27% from 389); Max value from RGB is 180 - color contains mainly: blue. Hex color #755CB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755CB4 is #8AA34B. Grayscale: #6D6D6D. Windows color (decimal): -9085772 or 11820149. OLE color: 11820149.

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

Color convert

RGB 117 92 180 -
CMYK 0.35 0.49 0 0.29
HSL 257.05º 0.37% 0.53% -
HSV(B) 257.05º 0.49% 0.71% -
XYZ 19.4 14.73 45 -
YUV 109.51 167.78 133.34 -
System Red Green Blue C M Y K H S L
Decimal 117 92 180 0.35 0.49 0 0.29 257.05 0.37 0.53
Hex 75 5C B4 23 31 0 1D 101 25 35
Octal 165 134 264 43 61 0 35 401 45 65
Binary 1110101 1011100 10110100 100011 110001 0 11101 100000001 100101 110101

Color Harmonies of #755CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755CB4

Black with #755CB4

Text Example


Text Example

White with #755CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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