Html Css Color HEX #765BBA Blue Marguerite

📋 copy color: '#765BBA'

red 118 ◦ green 91 ◦ blue 186

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

Shades of Blue Marguerite #765BBA

Tints of Blue Marguerite #765BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.04%

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

R = 29.87%
G = 23.04%
B = 47.09%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#765BBA (or 0x765BBA) is known color: Blue Marguerite. HEX triplet: 76, 5B and BA. RGB value is (118,91,186). Sum of RGB (Red+Green+Blue) = 118+91+186=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #765BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765BBA is #89A445. Grayscale: #6D6D6D. Windows color (decimal): -9020486 or 12213110. OLE color: 12213110.

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

Color convert

RGB 118 91 186 -
CMYK 0.37 0.51 0 0.27
HSL 257.05º 0.41% 0.54% -
HSV(B) 257.05º 0.51% 0.73% -
XYZ 20.08 14.88 48.27 -
YUV 109.9 170.95 133.78 -
System Red Green Blue C M Y K H S L
Decimal 118 91 186 0.37 0.51 0 0.27 257.05 0.41 0.54
Hex 76 5B BA 25 33 0 1B 101 29 36
Octal 166 133 272 45 63 0 33 401 51 66
Binary 1110110 1011011 10111010 100101 110011 0 11011 100000001 101001 110110

Color Harmonies of #765BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765BBA

Black with #765BBA

Text Example


Text Example

White with #765BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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