Html Css Color HEX #764DBD Blue Marguerite

📋 copy color: '#764DBD'

red 118 ◦ green 77 ◦ blue 189

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

Shades of Blue Marguerite #764DBD

Tints of Blue Marguerite #764DBD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.05%

 BLUE value IS 189 (74.22% from 255) = 49.22%

R = 30.73%
G = 20.05%
B = 49.22%

CMYK

 C value IS 0.38

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#764DBD (or 0x764DBD) is known color: Blue Marguerite. HEX triplet: 76, 4D and BD. RGB value is (118,77,189). Sum of RGB (Red+Green+Blue) = 118+77+189=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #764DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764DBD is #89B242. Grayscale: #656565. Windows color (decimal): -9024067 or 12406134. OLE color: 12406134.

HSL color Cylindrical-coordinate representation of color #764DBD: hue angle of 261.96º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #764DBD is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 77 189 -
CMYK 0.38 0.59 0 0.26
HSL 261.96º 0.46% 0.52% -
HSV(B) 261.96º 0.59% 0.74% -
XYZ 19.31 12.83 49.6 -
YUV 102.03 177.08 139.39 -
System Red Green Blue C M Y K H S L
Decimal 118 77 189 0.38 0.59 0 0.26 261.96 0.46 0.52
Hex 76 4D BD 26 3B 0 1A 106 2E 34
Octal 166 115 275 46 73 0 32 406 56 64
Binary 1110110 1001101 10111101 100110 111011 0 11010 100000110 101110 110100

Color Harmonies of #764DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764DBD

Black with #764DBD

Text Example


Text Example

White with #764DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764DBD; }

 p { color: rgb(118,77,189); }

 H1.HeaderClassName
 {
   color: #764DBD;
 }
 .AnyTagClassName
 {
   color: #764DBD;
 }
</style>

background-color css

<style>
 a { background-color: #764DBD; }

 a { background-color: rgb(118,77,189); }

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

border-color css

<style>
 span { border-color: #764DBD; }

 span { border-color: rgb(118,77,189); }

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