Html Css Color HEX #755DBA Blue Marguerite

📋 copy color: '#755DBA'

red 117 ◦ green 93 ◦ blue 186

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

Shades of Blue Marguerite #755DBA

Tints of Blue Marguerite #755DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.97%

R = 29.55%
G = 23.48%
B = 46.97%

CMYK

 C value IS 0.37

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#755DBA (or 0x755DBA) is known color: Blue Marguerite. HEX triplet: 75, 5D and BA. RGB value is (117,93,186). Sum of RGB (Red+Green+Blue) = 117+93+186=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #755DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DBA is #8AA245. Grayscale: #6E6E6E. Windows color (decimal): -9085510 or 12213621. OLE color: 12213621.

HSL color Cylindrical-coordinate representation of color #755DBA: hue angle of 255.48º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #755DBA is Cyan = 0.37, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 93 186 -
CMYK 0.37 0.5 0 0.27
HSL 255.48º 0.4% 0.55% -
HSV(B) 255.48º 0.5% 0.73% -
XYZ 20.11 15.16 48.32 -
YUV 110.78 170.45 132.44 -
System Red Green Blue C M Y K H S L
Decimal 117 93 186 0.37 0.5 0 0.27 255.48 0.4 0.55
Hex 75 5D BA 25 32 0 1B FF 28 37
Octal 165 135 272 45 62 0 33 377 50 67
Binary 1110101 1011101 10111010 100101 110010 0 11011 11111111 101000 110111

Color Harmonies of #755DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755DBA

Black with #755DBA

Text Example


Text Example

White with #755DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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