Html Css Color HEX #754CBC Blue Marguerite

📋 copy color: '#754CBC'

red 117 ◦ green 76 ◦ blue 188

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

Shades of Blue Marguerite #754CBC

Tints of Blue Marguerite #754CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.34%

R = 30.71%
G = 19.95%
B = 49.34%

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

#754CBC (or 0x754CBC) is known color: Blue Marguerite. HEX triplet: 75, 4C and BC. RGB value is (117,76,188). Sum of RGB (Red+Green+Blue) = 117+76+188=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #754CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754CBC is #8AB343. Grayscale: #646464. Windows color (decimal): -9089860 or 12340341. OLE color: 12340341.

HSL color Cylindrical-coordinate representation of color #754CBC: hue angle of 261.96º 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 #754CBC is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 76 188 -
CMYK 0.38 0.60 0 0.26
HSL 261.96º 0.46% 0.52% -
HSV(B) 261.96º 0.6% 0.74% -
XYZ 19 12.58 49 -
YUV 101.03 177.08 139.39 -
System Red Green Blue C M Y K H S L
Decimal 117 76 188 0.38 0.60 0 0.26 261.96 0.46 0.52
Hex 75 4C BC 26 3C 0 1A 106 2E 34
Octal 165 114 274 46 74 0 32 406 56 64
Binary 1110101 1001100 10111100 100110 111100 0 11010 100000110 101110 110100

Color Harmonies of #754CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754CBC

Black with #754CBC

Text Example


Text Example

White with #754CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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