Html Css Color HEX #765BBD Blue Marguerite

📋 copy color: '#765BBD'

red 118 ◦ green 91 ◦ blue 189

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

Shades of Blue Marguerite #765BBD

Tints of Blue Marguerite #765BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.49%

R = 29.65%
G = 22.86%
B = 47.49%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#765BBD (or 0x765BBD) is known color: Blue Marguerite. HEX triplet: 76, 5B and BD. RGB value is (118,91,189). Sum of RGB (Red+Green+Blue) = 118+91+189=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #765BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765BBD is #89A442. Grayscale: #6D6D6D. Windows color (decimal): -9020483 or 12409718. OLE color: 12409718.

HSL color Cylindrical-coordinate representation of color #765BBD: hue angle of 256.53º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #765BBD is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 91 189 -
CMYK 0.38 0.52 0 0.26
HSL 256.53º 0.43% 0.55% -
HSV(B) 256.53º 0.52% 0.74% -
XYZ 20.4 15.01 49.97 -
YUV 110.25 172.45 133.53 -
System Red Green Blue C M Y K H S L
Decimal 118 91 189 0.38 0.52 0 0.26 256.53 0.43 0.55
Hex 76 5B BD 26 34 0 1A 101 2B 37
Octal 166 133 275 46 64 0 32 401 53 67
Binary 1110110 1011011 10111101 100110 110100 0 11010 100000001 101011 110111

Color Harmonies of #765BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765BBD

Black with #765BBD

Text Example


Text Example

White with #765BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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