Html Css Color HEX #765FBA Blue Marguerite

📋 copy color: '#765FBA'

red 118 ◦ green 95 ◦ blue 186

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

Shades of Blue Marguerite #765FBA

Tints of Blue Marguerite #765FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.81%

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

R = 29.57%
G = 23.81%
B = 46.62%

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

#765FBA (or 0x765FBA) is known color: Blue Marguerite. HEX triplet: 76, 5F and BA. RGB value is (118,95,186). Sum of RGB (Red+Green+Blue) = 118+95+186=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #765FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765FBA is #89A045. Grayscale: #6F6F6F. Windows color (decimal): -9019462 or 12214134. OLE color: 12214134.

HSL color Cylindrical-coordinate representation of color #765FBA: hue angle of 255.16º 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 #765FBA is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 95 186 -
CMYK 0.37 0.49 0 0.27
HSL 255.16º 0.4% 0.55% -
HSV(B) 255.16º 0.49% 0.73% -
XYZ 20.43 15.58 48.39 -
YUV 112.25 169.62 132.1 -
System Red Green Blue C M Y K H S L
Decimal 118 95 186 0.37 0.49 0 0.27 255.16 0.4 0.55
Hex 76 5F BA 25 31 0 1B FF 28 37
Octal 166 137 272 45 61 0 33 377 50 67
Binary 1110110 1011111 10111010 100101 110001 0 11011 11111111 101000 110111

Color Harmonies of #765FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765FBA

Black with #765FBA

Text Example


Text Example

White with #765FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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