Html Css Color HEX #755DB3 Blue Marguerite

📋 copy color: '#755DB3'

red 117 ◦ green 93 ◦ blue 179

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

Shades of Blue Marguerite #755DB3

Tints of Blue Marguerite #755DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.02%

R = 30.08%
G = 23.91%
B = 46.02%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#755DB3 (or 0x755DB3) is known color: Blue Marguerite. HEX triplet: 75, 5D and B3. RGB value is (117,93,179). Sum of RGB (Red+Green+Blue) = 117+93+179=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 179 - color contains mainly: blue. Hex color #755DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DB3 is #8AA24C. Grayscale: #6D6D6D. Windows color (decimal): -9085517 or 11754869. OLE color: 11754869.

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

Color convert

RGB 117 93 179 -
CMYK 0.35 0.48 0 0.30
HSL 256.74º 0.36% 0.53% -
HSV(B) 256.74º 0.48% 0.7% -
XYZ 19.39 14.87 44.5 -
YUV 109.98 166.95 133.01 -
System Red Green Blue C M Y K H S L
Decimal 117 93 179 0.35 0.48 0 0.30 256.74 0.36 0.53
Hex 75 5D B3 23 30 0 1E 101 24 35
Octal 165 135 263 43 60 0 36 401 44 65
Binary 1110101 1011101 10110011 100011 110000 0 11110 100000001 100100 110101

Color Harmonies of #755DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755DB3

Black with #755DB3

Text Example


Text Example

White with #755DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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