Html Css Color HEX #755BBF Blue Marguerite

📋 copy color: '#755BBF'

red 117 ◦ green 91 ◦ blue 191

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

Shades of Blue Marguerite #755BBF

Tints of Blue Marguerite #755BBF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.81%

 BLUE value IS 191 (75% from 255) = 47.87%

R = 29.32%
G = 22.81%
B = 47.87%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#755BBF (or 0x755BBF) is known color: Blue Marguerite. HEX triplet: 75, 5B and BF. RGB value is (117,91,191). Sum of RGB (Red+Green+Blue) = 117+91+191=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #755BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755BBF is #8AA440. Grayscale: #6D6D6D. Windows color (decimal): -9086017 or 12540789. OLE color: 12540789.

HSL color Cylindrical-coordinate representation of color #755BBF: hue angle of 255.6º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #755BBF is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 91 191 -
CMYK 0.39 0.52 0 0.25
HSL 255.6º 0.44% 0.55% -
HSV(B) 255.6º 0.52% 0.75% -
XYZ 20.48 15.03 51.11 -
YUV 110.17 173.61 132.87 -
System Red Green Blue C M Y K H S L
Decimal 117 91 191 0.39 0.52 0 0.25 255.6 0.44 0.55
Hex 75 5B BF 27 34 0 19 100 2C 37
Octal 165 133 277 47 64 0 31 400 54 67
Binary 1110101 1011011 10111111 100111 110100 0 11001 100000000 101100 110111

Color Harmonies of #755BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755BBF

Black with #755BBF

Text Example


Text Example

White with #755BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,91,191); }

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

background-color css

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

 a { background-color: rgb(117,91,191); }

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

border-color css

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

 span { border-color: rgb(117,91,191); }

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