Html Css Color HEX #765FB8 Blue Marguerite

📋 copy color: '#765FB8'

red 118 ◦ green 95 ◦ blue 184

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

Shades of Blue Marguerite #765FB8

Tints of Blue Marguerite #765FB8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.93%

 BLUE value IS 184 (72.27% from 255) = 46.35%

R = 29.72%
G = 23.93%
B = 46.35%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#765FB8 (or 0x765FB8) is known color: Blue Marguerite. HEX triplet: 76, 5F and B8. RGB value is (118,95,184). Sum of RGB (Red+Green+Blue) = 118+95+184=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 184 (72.27% from 255 or 46.35% from 397); Max value from RGB is 184 - color contains mainly: blue. Hex color #765FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765FB8 is #89A047. Grayscale: #6F6F6F. Windows color (decimal): -9019464 or 12083062. OLE color: 12083062.

HSL color Cylindrical-coordinate representation of color #765FB8: hue angle of 255.51º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #765FB8 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 118 95 184 -
CMYK 0.36 0.48 0 0.28
HSL 255.51º 0.39% 0.55% -
HSV(B) 255.51º 0.48% 0.72% -
XYZ 20.22 15.5 47.27 -
YUV 112.02 168.62 132.26 -
System Red Green Blue C M Y K H S L
Decimal 118 95 184 0.36 0.48 0 0.28 255.51 0.39 0.55
Hex 76 5F B8 24 30 0 1C 100 27 37
Octal 166 137 270 44 60 0 34 400 47 67
Binary 1110110 1011111 10111000 100100 110000 0 11100 100000000 100111 110111

Color Harmonies of #765FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765FB8

Black with #765FB8

Text Example


Text Example

White with #765FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,95,184); }

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

background-color css

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

 a { background-color: rgb(118,95,184); }

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

border-color css

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

 span { border-color: rgb(118,95,184); }

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