Html Css Color HEX #765EBA Blue Marguerite

📋 copy color: '#765EBA'

red 118 ◦ green 94 ◦ blue 186

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

Shades of Blue Marguerite #765EBA

Tints of Blue Marguerite #765EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 29.65%
G = 23.62%
B = 46.73%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#765EBA (or 0x765EBA) is known color: Blue Marguerite. HEX triplet: 76, 5E and BA. RGB value is (118,94,186). Sum of RGB (Red+Green+Blue) = 118+94+186=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #765EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765EBA is #89A145. Grayscale: #6F6F6F. Windows color (decimal): -9019718 or 12213878. OLE color: 12213878.

HSL color Cylindrical-coordinate representation of color #765EBA: hue angle of 255.65º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #765EBA is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 94 186 -
CMYK 0.37 0.49 0 0.27
HSL 255.65º 0.4% 0.55% -
HSV(B) 255.65º 0.49% 0.73% -
XYZ 20.34 15.4 48.36 -
YUV 111.66 169.95 132.52 -
System Red Green Blue C M Y K H S L
Decimal 118 94 186 0.37 0.49 0 0.27 255.65 0.4 0.55
Hex 76 5E BA 25 31 0 1B 100 28 37
Octal 166 136 272 45 61 0 33 400 50 67
Binary 1110110 1011110 10111010 100101 110001 0 11011 100000000 101000 110111

Color Harmonies of #765EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765EBA

Black with #765EBA

Text Example


Text Example

White with #765EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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