Html Css Color HEX #765CBB Blue Marguerite

📋 copy color: '#765CBB'

red 118 ◦ green 92 ◦ blue 187

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

Shades of Blue Marguerite #765CBB

Tints of Blue Marguerite #765CBB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.17%

 BLUE value IS 187 (73.44% from 255) = 47.1%

R = 29.72%
G = 23.17%
B = 47.1%

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

#765CBB (or 0x765CBB) is known color: Blue Marguerite. HEX triplet: 76, 5C and BB. RGB value is (118,92,187). Sum of RGB (Red+Green+Blue) = 118+92+187=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #765CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765CBB is #89A344. Grayscale: #6E6E6E. Windows color (decimal): -9020229 or 12278902. OLE color: 12278902.

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

Color convert

RGB 118 92 187 -
CMYK 0.37 0.51 0 0.27
HSL 256.42º 0.41% 0.55% -
HSV(B) 256.42º 0.51% 0.73% -
XYZ 20.27 15.09 48.86 -
YUV 110.6 171.11 133.28 -
System Red Green Blue C M Y K H S L
Decimal 118 92 187 0.37 0.51 0 0.27 256.42 0.41 0.55
Hex 76 5C BB 25 33 0 1B 100 29 37
Octal 166 134 273 45 63 0 33 400 51 67
Binary 1110110 1011100 10111011 100101 110011 0 11011 100000000 101001 110111

Color Harmonies of #765CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765CBB

Black with #765CBB

Text Example


Text Example

White with #765CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,92,187); }

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

background-color css

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

 a { background-color: rgb(118,92,187); }

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

border-color css

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

 span { border-color: rgb(118,92,187); }

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