Html Css Color HEX #755DBD Blue Marguerite

📋 copy color: '#755DBD'

red 117 ◦ green 93 ◦ blue 189

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

Shades of Blue Marguerite #755DBD

Tints of Blue Marguerite #755DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.37%

R = 29.32%
G = 23.31%
B = 47.37%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#755DBD (or 0x755DBD) is known color: Blue Marguerite. HEX triplet: 75, 5D and BD. RGB value is (117,93,189). Sum of RGB (Red+Green+Blue) = 117+93+189=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #755DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DBD is #8AA242. Grayscale: #6E6E6E. Windows color (decimal): -9085507 or 12410229. OLE color: 12410229.

HSL color Cylindrical-coordinate representation of color #755DBD: hue angle of 255º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #755DBD is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 93 189 -
CMYK 0.38 0.51 0 0.26
HSL 255º 0.42% 0.55% -
HSV(B) 255º 0.51% 0.74% -
XYZ 20.44 15.28 50.02 -
YUV 111.12 171.95 132.19 -
System Red Green Blue C M Y K H S L
Decimal 117 93 189 0.38 0.51 0 0.26 255 0.42 0.55
Hex 75 5D BD 26 33 0 1A FF 2A 37
Octal 165 135 275 46 63 0 32 377 52 67
Binary 1110101 1011101 10111101 100110 110011 0 11010 11111111 101010 110111

Color Harmonies of #755DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755DBD

Black with #755DBD

Text Example


Text Example

White with #755DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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