Html Css Color HEX #755DBB Blue Marguerite

📋 copy color: '#755DBB'

red 117 ◦ green 93 ◦ blue 187

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

Shades of Blue Marguerite #755DBB

Tints of Blue Marguerite #755DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.1%

R = 29.47%
G = 23.43%
B = 47.1%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#755DBB (or 0x755DBB) is known color: Blue Marguerite. HEX triplet: 75, 5D and BB. RGB value is (117,93,187). Sum of RGB (Red+Green+Blue) = 117+93+187=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #755DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DBB is #8AA244. Grayscale: #6E6E6E. Windows color (decimal): -9085509 or 12279157. OLE color: 12279157.

HSL color Cylindrical-coordinate representation of color #755DBB: hue angle of 255.32º degrees, saturation: 0.41, 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 #755DBB is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 93 187 -
CMYK 0.37 0.50 0 0.27
HSL 255.32º 0.41% 0.55% -
HSV(B) 255.32º 0.5% 0.73% -
XYZ 20.22 15.2 48.88 -
YUV 110.89 170.95 132.36 -
System Red Green Blue C M Y K H S L
Decimal 117 93 187 0.37 0.50 0 0.27 255.32 0.41 0.55
Hex 75 5D BB 25 32 0 1B FF 29 37
Octal 165 135 273 45 62 0 33 377 51 67
Binary 1110101 1011101 10111011 100101 110010 0 11011 11111111 101001 110111

Color Harmonies of #755DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755DBB

Black with #755DBB

Text Example


Text Example

White with #755DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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