Html Css Color HEX #754FBD Blue Marguerite

📋 copy color: '#754FBD'

red 117 ◦ green 79 ◦ blue 189

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

Shades of Blue Marguerite #754FBD

Tints of Blue Marguerite #754FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.09%

R = 30.39%
G = 20.52%
B = 49.09%

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

#754FBD (or 0x754FBD) is known color: Blue Marguerite. HEX triplet: 75, 4F and BD. RGB value is (117,79,189). Sum of RGB (Red+Green+Blue) = 117+79+189=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #754FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754FBD is #8AB042. Grayscale: #666666. Windows color (decimal): -9089091 or 12406645. OLE color: 12406645.

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

Color convert

RGB 117 79 189 -
CMYK 0.38 0.58 0 0.26
HSL 260.73º 0.45% 0.53% -
HSV(B) 260.73º 0.58% 0.74% -
XYZ 19.32 13.05 49.64 -
YUV 102.9 176.59 138.06 -
System Red Green Blue C M Y K H S L
Decimal 117 79 189 0.38 0.58 0 0.26 260.73 0.45 0.53
Hex 75 4F BD 26 3A 0 1A 105 2D 35
Octal 165 117 275 46 72 0 32 405 55 65
Binary 1110101 1001111 10111101 100110 111010 0 11010 100000101 101101 110101

Color Harmonies of #754FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754FBD

Black with #754FBD

Text Example


Text Example

White with #754FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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