Html Css Color HEX #755DB1 Blue Marguerite

📋 copy color: '#755DB1'

red 117 ◦ green 93 ◦ blue 177

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

Shades of Blue Marguerite #755DB1

Tints of Blue Marguerite #755DB1

RGB

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

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

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

R = 30.23%
G = 24.03%
B = 45.74%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#755DB1 (or 0x755DB1) is known color: Blue Marguerite. HEX triplet: 75, 5D and B1. RGB value is (117,93,177). Sum of RGB (Red+Green+Blue) = 117+93+177=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 177 (69.53% from 255 or 45.74% from 387); Max value from RGB is 177 - color contains mainly: blue. Hex color #755DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755DB1 is #8AA24E. Grayscale: #6D6D6D. Windows color (decimal): -9085519 or 11623797. OLE color: 11623797.

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

Color convert

RGB 117 93 177 -
CMYK 0.34 0.47 0 0.31
HSL 257.14º 0.35% 0.53% -
HSV(B) 257.14º 0.47% 0.69% -
XYZ 19.19 14.78 43.44 -
YUV 109.75 165.95 133.17 -
System Red Green Blue C M Y K H S L
Decimal 117 93 177 0.34 0.47 0 0.31 257.14 0.35 0.53
Hex 75 5D B1 22 2F 0 1F 101 23 35
Octal 165 135 261 42 57 0 37 401 43 65
Binary 1110101 1011101 10110001 100010 101111 0 11111 100000001 100011 110101

Color Harmonies of #755DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755DB1

Black with #755DB1

Text Example


Text Example

White with #755DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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