Html Css Color HEX #765DBE Blue Marguerite

📋 copy color: '#765DBE'

red 118 ◦ green 93 ◦ blue 190

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

Shades of Blue Marguerite #765DBE

Tints of Blue Marguerite #765DBE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.19%

 BLUE value IS 190 (74.61% from 255) = 47.38%

R = 29.43%
G = 23.19%
B = 47.38%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#765DBE (or 0x765DBE) is known color: Blue Marguerite. HEX triplet: 76, 5D and BE. RGB value is (118,93,190). Sum of RGB (Red+Green+Blue) = 118+93+190=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #765DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765DBE is #89A241. Grayscale: #6F6F6F. Windows color (decimal): -9019970 or 12475766. OLE color: 12475766.

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

Color convert

RGB 118 93 190 -
CMYK 0.38 0.51 0 0.25
HSL 255.46º 0.43% 0.55% -
HSV(B) 255.46º 0.51% 0.75% -
XYZ 20.68 15.4 50.6 -
YUV 111.53 172.28 132.61 -
System Red Green Blue C M Y K H S L
Decimal 118 93 190 0.38 0.51 0 0.25 255.46 0.43 0.55
Hex 76 5D BE 26 33 0 19 FF 2B 37
Octal 166 135 276 46 63 0 31 377 53 67
Binary 1110110 1011101 10111110 100110 110011 0 11001 11111111 101011 110111

Color Harmonies of #765DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765DBE

Black with #765DBE

Text Example


Text Example

White with #765DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,93,190); }

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

background-color css

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

 a { background-color: rgb(118,93,190); }

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

border-color css

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

 span { border-color: rgb(118,93,190); }

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