Html Css Color HEX #7753BF Blue Marguerite

📋 copy color: '#7753BF'

red 119 ◦ green 83 ◦ blue 191

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

Shades of Blue Marguerite #7753BF

Tints of Blue Marguerite #7753BF

RGB

 RED value IS 119 (46.88% from 255) = 30.28%

 GREEN value IS 83 (32.81% from 255) = 21.12%

 BLUE value IS 191 (75% from 255) = 48.6%

R = 30.28%
G = 21.12%
B = 48.6%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7753BF (or 0x7753BF) is known color: Blue Marguerite. HEX triplet: 77, 53 and BF. RGB value is (119,83,191). Sum of RGB (Red+Green+Blue) = 119+83+191=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #7753BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7753BF is #88AC40. Grayscale: #696969. Windows color (decimal): -8956993 or 12538743. OLE color: 12538743.

HSL color Cylindrical-coordinate representation of color #7753BF: hue angle of 260º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7753BF is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 83 191 -
CMYK 0.38 0.57 0 0.25
HSL 260º 0.46% 0.54% -
HSV(B) 260º 0.57% 0.75% -
XYZ 20.1 13.87 50.91 -
YUV 106.08 175.93 137.22 -
System Red Green Blue C M Y K H S L
Decimal 119 83 191 0.38 0.57 0 0.25 260 0.46 0.54
Hex 77 53 BF 26 39 0 19 104 2E 36
Octal 167 123 277 46 71 0 31 404 56 66
Binary 1110111 1010011 10111111 100110 111001 0 11001 100000100 101110 110110

Color Harmonies of #7753BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7753BF

Black with #7753BF

Text Example


Text Example

White with #7753BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7753BF; }

 p { color: rgb(119,83,191); }

 H1.HeaderClassName
 {
   color: #7753BF;
 }
 .AnyTagClassName
 {
   color: #7753BF;
 }
</style>

background-color css

<style>
 a { background-color: #7753BF; }

 a { background-color: rgb(119,83,191); }

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

border-color css

<style>
 span { border-color: #7753BF; }

 span { border-color: rgb(119,83,191); }

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