Html Css Color HEX #765EBC Blue Marguerite

📋 copy color: '#765EBC'

red 118 ◦ green 94 ◦ blue 188

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

Shades of Blue Marguerite #765EBC

Tints of Blue Marguerite #765EBC

RGB

 RED value IS 118 (46.48% from 255) = 29.5%

 GREEN value IS 94 (37.11% from 255) = 23.5%

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

R = 29.5%
G = 23.5%
B = 47%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#765EBC (or 0x765EBC) is known color: Blue Marguerite. HEX triplet: 76, 5E and BC. RGB value is (118,94,188). Sum of RGB (Red+Green+Blue) = 118+94+188=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #765EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765EBC is #89A143. Grayscale: #6F6F6F. Windows color (decimal): -9019716 or 12344950. OLE color: 12344950.

HSL color Cylindrical-coordinate representation of color #765EBC: hue angle of 255.32º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #765EBC is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 94 188 -
CMYK 0.37 0.50 0 0.26
HSL 255.32º 0.41% 0.55% -
HSV(B) 255.32º 0.5% 0.74% -
XYZ 20.55 15.49 49.48 -
YUV 111.89 170.95 132.36 -
System Red Green Blue C M Y K H S L
Decimal 118 94 188 0.37 0.50 0 0.26 255.32 0.41 0.55
Hex 76 5E BC 25 32 0 1A FF 29 37
Octal 166 136 274 45 62 0 32 377 51 67
Binary 1110110 1011110 10111100 100101 110010 0 11010 11111111 101001 110111

Color Harmonies of #765EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765EBC

Black with #765EBC

Text Example


Text Example

White with #765EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765EBC; }

 p { color: rgb(118,94,188); }

 H1.HeaderClassName
 {
   color: #765EBC;
 }
 .AnyTagClassName
 {
   color: #765EBC;
 }
</style>

background-color css

<style>
 a { background-color: #765EBC; }

 a { background-color: rgb(118,94,188); }

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

border-color css

<style>
 span { border-color: #765EBC; }

 span { border-color: rgb(118,94,188); }

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