Html Css Color HEX #754CBB Blue Marguerite

📋 copy color: '#754CBB'

red 117 ◦ green 76 ◦ blue 187

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

Shades of Blue Marguerite #754CBB

Tints of Blue Marguerite #754CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.21%

R = 30.79%
G = 20%
B = 49.21%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#754CBB (or 0x754CBB) is known color: Blue Marguerite. HEX triplet: 75, 4C and BB. RGB value is (117,76,187). Sum of RGB (Red+Green+Blue) = 117+76+187=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #754CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754CBB is #8AB344. Grayscale: #646464. Windows color (decimal): -9089861 or 12274805. OLE color: 12274805.

HSL color Cylindrical-coordinate representation of color #754CBB: hue angle of 262.16º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #754CBB is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 76 187 -
CMYK 0.37 0.59 0 0.27
HSL 262.16º 0.45% 0.52% -
HSV(B) 262.16º 0.59% 0.73% -
XYZ 18.89 12.54 48.44 -
YUV 100.91 176.58 139.47 -
System Red Green Blue C M Y K H S L
Decimal 117 76 187 0.37 0.59 0 0.27 262.16 0.45 0.52
Hex 75 4C BB 25 3B 0 1B 106 2D 34
Octal 165 114 273 45 73 0 33 406 55 64
Binary 1110101 1001100 10111011 100101 111011 0 11011 100000110 101101 110100

Color Harmonies of #754CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754CBB

Black with #754CBB

Text Example


Text Example

White with #754CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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