Html Css Color HEX #754DBE Blue Marguerite

📋 copy color: '#754DBE'

red 117 ◦ green 77 ◦ blue 190

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

Shades of Blue Marguerite #754DBE

Tints of Blue Marguerite #754DBE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.05%

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

R = 30.47%
G = 20.05%
B = 49.48%

CMYK

 C value IS 0.38

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#754DBE (or 0x754DBE) is known color: Blue Marguerite. HEX triplet: 75, 4D and BE. RGB value is (117,77,190). Sum of RGB (Red+Green+Blue) = 117+77+190=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #754DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754DBE is #8AB241. Grayscale: #656565. Windows color (decimal): -9089602 or 12471669. OLE color: 12471669.

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

Color convert

RGB 117 77 190 -
CMYK 0.38 0.59 0 0.25
HSL 261.24º 0.47% 0.52% -
HSV(B) 261.24º 0.59% 0.75% -
XYZ 19.28 12.81 50.17 -
YUV 101.84 177.75 138.81 -
System Red Green Blue C M Y K H S L
Decimal 117 77 190 0.38 0.59 0 0.25 261.24 0.47 0.52
Hex 75 4D BE 26 3B 0 19 105 2F 34
Octal 165 115 276 46 73 0 31 405 57 64
Binary 1110101 1001101 10111110 100110 111011 0 11001 100000101 101111 110100

Color Harmonies of #754DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754DBE

Black with #754DBE

Text Example


Text Example

White with #754DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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