Html Css Color HEX #754CBD Blue Marguerite

📋 copy color: '#754CBD'

red 117 ◦ green 76 ◦ blue 189

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

Shades of Blue Marguerite #754CBD

Tints of Blue Marguerite #754CBD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.9%

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

R = 30.63%
G = 19.9%
B = 49.48%

CMYK

 C value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#754CBD (or 0x754CBD) is known color: Blue Marguerite. HEX triplet: 75, 4C and BD. RGB value is (117,76,189). Sum of RGB (Red+Green+Blue) = 117+76+189=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #754CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754CBD is #8AB342. Grayscale: #646464. Windows color (decimal): -9089859 or 12405877. OLE color: 12405877.

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

Color convert

RGB 117 76 189 -
CMYK 0.38 0.60 0 0.26
HSL 261.77º 0.46% 0.52% -
HSV(B) 261.77º 0.6% 0.74% -
XYZ 19.11 12.62 49.57 -
YUV 101.14 177.58 139.31 -
System Red Green Blue C M Y K H S L
Decimal 117 76 189 0.38 0.60 0 0.26 261.77 0.46 0.52
Hex 75 4C BD 26 3C 0 1A 106 2E 34
Octal 165 114 275 46 74 0 32 406 56 64
Binary 1110101 1001100 10111101 100110 111100 0 11010 100000110 101110 110100

Color Harmonies of #754CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754CBD

Black with #754CBD

Text Example


Text Example

White with #754CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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