Html Css Color HEX #765CBF Blue Marguerite

📋 copy color: '#765CBF'

red 118 ◦ green 92 ◦ blue 191

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

Shades of Blue Marguerite #765CBF

Tints of Blue Marguerite #765CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.63%

R = 29.43%
G = 22.94%
B = 47.63%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#765CBF (or 0x765CBF) is known color: Blue Marguerite. HEX triplet: 76, 5C and BF. RGB value is (118,92,191). Sum of RGB (Red+Green+Blue) = 118+92+191=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #765CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765CBF is #89A340. Grayscale: #6E6E6E. Windows color (decimal): -9020225 or 12541046. OLE color: 12541046.

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

Color convert

RGB 118 92 191 -
CMYK 0.38 0.52 0 0.25
HSL 255.76º 0.44% 0.55% -
HSV(B) 255.76º 0.52% 0.75% -
XYZ 20.7 15.27 51.15 -
YUV 111.06 173.11 132.95 -
System Red Green Blue C M Y K H S L
Decimal 118 92 191 0.38 0.52 0 0.25 255.76 0.44 0.55
Hex 76 5C BF 26 34 0 19 100 2C 37
Octal 166 134 277 46 64 0 31 400 54 67
Binary 1110110 1011100 10111111 100110 110100 0 11001 100000000 101100 110111

Color Harmonies of #765CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765CBF

Black with #765CBF

Text Example


Text Example

White with #765CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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