Html Css Color HEX #765BC0 Blue Marguerite

📋 copy color: '#765BC0'

red 118 ◦ green 91 ◦ blue 192

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

Shades of Blue Marguerite #765BC0

Tints of Blue Marguerite #765BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.88%

R = 29.43%
G = 22.69%
B = 47.88%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#765BC0 (or 0x765BC0) is known color: Blue Marguerite. HEX triplet: 76, 5B and C0. RGB value is (118,91,192). Sum of RGB (Red+Green+Blue) = 118+91+192=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #765BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765BC0 is #89A43F. Grayscale: #6E6E6E. Windows color (decimal): -9020480 or 12606326. OLE color: 12606326.

HSL color Cylindrical-coordinate representation of color #765BC0: hue angle of 256.04º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #765BC0 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 91 192 -
CMYK 0.39 0.53 0 0.25
HSL 256.04º 0.44% 0.55% -
HSV(B) 256.04º 0.53% 0.75% -
XYZ 20.73 15.14 51.7 -
YUV 110.59 173.95 133.29 -
System Red Green Blue C M Y K H S L
Decimal 118 91 192 0.39 0.53 0 0.25 256.04 0.44 0.55
Hex 76 5B C0 27 35 0 19 100 2C 37
Octal 166 133 300 47 65 0 31 400 54 67
Binary 1110110 1011011 11000000 100111 110101 0 11001 100000000 101100 110111

Color Harmonies of #765BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765BC0

Black with #765BC0

Text Example


Text Example

White with #765BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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