Html Css Color HEX #755FBC Blue Marguerite

📋 copy color: '#755FBC'

red 117 ◦ green 95 ◦ blue 188

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

Shades of Blue Marguerite #755FBC

Tints of Blue Marguerite #755FBC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.75%

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

R = 29.25%
G = 23.75%
B = 47%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#755FBC (or 0x755FBC) is known color: Blue Marguerite. HEX triplet: 75, 5F and BC. RGB value is (117,95,188). Sum of RGB (Red+Green+Blue) = 117+95+188=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #755FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755FBC is #8AA043. Grayscale: #6F6F6F. Windows color (decimal): -9084996 or 12345205. OLE color: 12345205.

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

Color convert

RGB 117 95 188 -
CMYK 0.38 0.49 0 0.26
HSL 254.19º 0.41% 0.55% -
HSV(B) 254.19º 0.49% 0.74% -
XYZ 20.51 15.6 49.51 -
YUV 112.18 170.79 131.44 -
System Red Green Blue C M Y K H S L
Decimal 117 95 188 0.38 0.49 0 0.26 254.19 0.41 0.55
Hex 75 5F BC 26 31 0 1A FE 29 37
Octal 165 137 274 46 61 0 32 376 51 67
Binary 1110101 1011111 10111100 100110 110001 0 11010 11111110 101001 110111

Color Harmonies of #755FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755FBC

Black with #755FBC

Text Example


Text Example

White with #755FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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