Html Css Color HEX #755BBC Blue Marguerite

📋 copy color: '#755BBC'

red 117 ◦ green 91 ◦ blue 188

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

Shades of Blue Marguerite #755BBC

Tints of Blue Marguerite #755BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 29.55%
G = 22.98%
B = 47.47%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#755BBC (or 0x755BBC) is known color: Blue Marguerite. HEX triplet: 75, 5B and BC. RGB value is (117,91,188). Sum of RGB (Red+Green+Blue) = 117+91+188=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #755BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755BBC is #8AA443. Grayscale: #6D6D6D. Windows color (decimal): -9086020 or 12344181. OLE color: 12344181.

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

Color convert

RGB 117 91 188 -
CMYK 0.38 0.52 0 0.26
HSL 256.08º 0.42% 0.55% -
HSV(B) 256.08º 0.52% 0.74% -
XYZ 20.15 14.89 49.39 -
YUV 109.83 172.11 133.11 -
System Red Green Blue C M Y K H S L
Decimal 117 91 188 0.38 0.52 0 0.26 256.08 0.42 0.55
Hex 75 5B BC 26 34 0 1A 100 2A 37
Octal 165 133 274 46 64 0 32 400 52 67
Binary 1110101 1011011 10111100 100110 110100 0 11010 100000000 101010 110111

Color Harmonies of #755BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755BBC

Black with #755BBC

Text Example


Text Example

White with #755BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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