Html Css Color HEX #765BBC Blue Marguerite

📋 copy color: '#765BBC'

red 118 ◦ green 91 ◦ blue 188

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

Shades of Blue Marguerite #765BBC

Tints of Blue Marguerite #765BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 29.72%
G = 22.92%
B = 47.36%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#765BBC (or 0x765BBC) is known color: Blue Marguerite. HEX triplet: 76, 5B and BC. RGB value is (118,91,188). Sum of RGB (Red+Green+Blue) = 118+91+188=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #765BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765BBC is #89A443. Grayscale: #6D6D6D. Windows color (decimal): -9020484 or 12344182. OLE color: 12344182.

HSL color Cylindrical-coordinate representation of color #765BBC: hue angle of 256.7º degrees, saturation: 0.42, 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 #765BBC is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 91 188 -
CMYK 0.37 0.52 0 0.26
HSL 256.7º 0.42% 0.55% -
HSV(B) 256.7º 0.52% 0.74% -
XYZ 20.29 14.96 49.4 -
YUV 110.13 171.95 133.61 -
System Red Green Blue C M Y K H S L
Decimal 118 91 188 0.37 0.52 0 0.26 256.7 0.42 0.55
Hex 76 5B BC 25 34 0 1A 101 2A 37
Octal 166 133 274 45 64 0 32 401 52 67
Binary 1110110 1011011 10111100 100101 110100 0 11010 100000001 101010 110111

Color Harmonies of #765BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765BBC

Black with #765BBC

Text Example


Text Example

White with #765BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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