Html Css Color HEX #765ABA Blue Marguerite

📋 copy color: '#765ABA'

red 118 ◦ green 90 ◦ blue 186

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

Shades of Blue Marguerite #765ABA

Tints of Blue Marguerite #765ABA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.84%

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

R = 29.95%
G = 22.84%
B = 47.21%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#765ABA (or 0x765ABA) is known color: Blue Marguerite. HEX triplet: 76, 5A and BA. RGB value is (118,90,186). Sum of RGB (Red+Green+Blue) = 118+90+186=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #765ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765ABA is #89A545. Grayscale: #6C6C6C. Windows color (decimal): -9020742 or 12212854. OLE color: 12212854.

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

Color convert

RGB 118 90 186 -
CMYK 0.37 0.52 0 0.27
HSL 257.5º 0.41% 0.54% -
HSV(B) 257.5º 0.52% 0.73% -
XYZ 19.99 14.71 48.24 -
YUV 109.32 171.28 134.19 -
System Red Green Blue C M Y K H S L
Decimal 118 90 186 0.37 0.52 0 0.27 257.5 0.41 0.54
Hex 76 5A BA 25 34 0 1B 102 29 36
Octal 166 132 272 45 64 0 33 402 51 66
Binary 1110110 1011010 10111010 100101 110100 0 11011 100000010 101001 110110

Color Harmonies of #765ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765ABA

Black with #765ABA

Text Example


Text Example

White with #765ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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