Html Css Color HEX #754CBE Blue Marguerite

📋 copy color: '#754CBE'

red 117 ◦ green 76 ◦ blue 190

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

Shades of Blue Marguerite #754CBE

Tints of Blue Marguerite #754CBE

RGB

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

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

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

R = 30.55%
G = 19.84%
B = 49.61%

CMYK

 C value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#754CBE (or 0x754CBE) is known color: Blue Marguerite. HEX triplet: 75, 4C and BE. RGB value is (117,76,190). Sum of RGB (Red+Green+Blue) = 117+76+190=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #754CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754CBE is #8AB341. Grayscale: #646464. Windows color (decimal): -9089858 or 12471413. OLE color: 12471413.

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

Color convert

RGB 117 76 190 -
CMYK 0.38 0.60 0 0.25
HSL 261.58º 0.47% 0.52% -
HSV(B) 261.58º 0.6% 0.75% -
XYZ 19.21 12.67 50.15 -
YUV 101.26 178.08 139.23 -
System Red Green Blue C M Y K H S L
Decimal 117 76 190 0.38 0.60 0 0.25 261.58 0.47 0.52
Hex 75 4C BE 26 3C 0 19 106 2F 34
Octal 165 114 276 46 74 0 31 406 57 64
Binary 1110101 1001100 10111110 100110 111100 0 11001 100000110 101111 110100

Color Harmonies of #754CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754CBE

Black with #754CBE

Text Example


Text Example

White with #754CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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