Html Css Color HEX #754FBE Blue Marguerite

📋 copy color: '#754FBE'

red 117 ◦ green 79 ◦ blue 190

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

Shades of Blue Marguerite #754FBE

Tints of Blue Marguerite #754FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.22%

R = 30.31%
G = 20.47%
B = 49.22%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#754FBE (or 0x754FBE) is known color: Blue Marguerite. HEX triplet: 75, 4F and BE. RGB value is (117,79,190). Sum of RGB (Red+Green+Blue) = 117+79+190=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #754FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754FBE is #8AB041. Grayscale: #666666. Windows color (decimal): -9089090 or 12472181. OLE color: 12472181.

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

Color convert

RGB 117 79 190 -
CMYK 0.38 0.58 0 0.25
HSL 260.54º 0.46% 0.53% -
HSV(B) 260.54º 0.58% 0.75% -
XYZ 19.43 13.09 50.22 -
YUV 103.02 177.09 137.97 -
System Red Green Blue C M Y K H S L
Decimal 117 79 190 0.38 0.58 0 0.25 260.54 0.46 0.53
Hex 75 4F BE 26 3A 0 19 105 2E 35
Octal 165 117 276 46 72 0 31 405 56 65
Binary 1110101 1001111 10111110 100110 111010 0 11001 100000101 101110 110101

Color Harmonies of #754FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754FBE

Black with #754FBE

Text Example


Text Example

White with #754FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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