Html Css Color HEX #7555BC Blue Marguerite

📋 copy color: '#7555BC'

red 117 ◦ green 85 ◦ blue 188

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

Shades of Blue Marguerite #7555BC

Tints of Blue Marguerite #7555BC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.79%

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

R = 30%
G = 21.79%
B = 48.21%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7555BC (or 0x7555BC) is known color: Blue Marguerite. HEX triplet: 75, 55 and BC. RGB value is (117,85,188). Sum of RGB (Red+Green+Blue) = 117+85+188=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #7555BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7555BC is #8AAA43. Grayscale: #696969. Windows color (decimal): -9087556 or 12342645. OLE color: 12342645.

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

Color convert

RGB 117 85 188 -
CMYK 0.38 0.55 0 0.26
HSL 258.64º 0.43% 0.54% -
HSV(B) 258.64º 0.55% 0.74% -
XYZ 19.66 13.91 49.23 -
YUV 106.31 174.1 135.62 -
System Red Green Blue C M Y K H S L
Decimal 117 85 188 0.38 0.55 0 0.26 258.64 0.43 0.54
Hex 75 55 BC 26 37 0 1A 103 2B 36
Octal 165 125 274 46 67 0 32 403 53 66
Binary 1110101 1010101 10111100 100110 110111 0 11010 100000011 101011 110110

Color Harmonies of #7555BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7555BC

Black with #7555BC

Text Example


Text Example

White with #7555BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7555BC; }

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

 H1.HeaderClassName
 {
   color: #7555BC;
 }
 .AnyTagClassName
 {
   color: #7555BC;
 }
</style>

background-color css

<style>
 a { background-color: #7555BC; }

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

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

border-color css

<style>
 span { border-color: #7555BC; }

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

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