Html Css Color HEX #754FBF Blue Marguerite

📋 copy color: '#754FBF'

red 117 ◦ green 79 ◦ blue 191

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

Shades of Blue Marguerite #754FBF

Tints of Blue Marguerite #754FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.35%

R = 30.23%
G = 20.41%
B = 49.35%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#754FBF (or 0x754FBF) is known color: Blue Marguerite. HEX triplet: 75, 4F and BF. RGB value is (117,79,191). Sum of RGB (Red+Green+Blue) = 117+79+191=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #754FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754FBF is #8AB040. Grayscale: #666666. Windows color (decimal): -9089089 or 12537717. OLE color: 12537717.

HSL color Cylindrical-coordinate representation of color #754FBF: hue angle of 260.36º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #754FBF is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 79 191 -
CMYK 0.39 0.59 0 0.25
HSL 260.36º 0.47% 0.53% -
HSV(B) 260.36º 0.59% 0.75% -
XYZ 19.54 13.14 50.8 -
YUV 103.13 177.59 137.89 -
System Red Green Blue C M Y K H S L
Decimal 117 79 191 0.39 0.59 0 0.25 260.36 0.47 0.53
Hex 75 4F BF 27 3B 0 19 104 2F 35
Octal 165 117 277 47 73 0 31 404 57 65
Binary 1110101 1001111 10111111 100111 111011 0 11001 100000100 101111 110101

Color Harmonies of #754FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754FBF

Black with #754FBF

Text Example


Text Example

White with #754FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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