Html Css Color HEX #754FBC Blue Marguerite

📋 copy color: '#754FBC'

red 117 ◦ green 79 ◦ blue 188

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

Shades of Blue Marguerite #754FBC

Tints of Blue Marguerite #754FBC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.57%

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

R = 30.47%
G = 20.57%
B = 48.96%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#754FBC (or 0x754FBC) is known color: Blue Marguerite. HEX triplet: 75, 4F and BC. RGB value is (117,79,188). Sum of RGB (Red+Green+Blue) = 117+79+188=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #754FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754FBC is #8AB043. Grayscale: #666666. Windows color (decimal): -9089092 or 12341109. OLE color: 12341109.

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

Color convert

RGB 117 79 188 -
CMYK 0.38 0.58 0 0.26
HSL 260.92º 0.45% 0.52% -
HSV(B) 260.92º 0.58% 0.74% -
XYZ 19.21 13 49.07 -
YUV 102.79 176.09 138.14 -
System Red Green Blue C M Y K H S L
Decimal 117 79 188 0.38 0.58 0 0.26 260.92 0.45 0.52
Hex 75 4F BC 26 3A 0 1A 105 2D 34
Octal 165 117 274 46 72 0 32 405 55 64
Binary 1110101 1001111 10111100 100110 111010 0 11010 100000101 101101 110100

Color Harmonies of #754FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754FBC

Black with #754FBC

Text Example


Text Example

White with #754FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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