Html Css Color HEX #764FC0 Blue Marguerite

📋 copy color: '#764FC0'

red 118 ◦ green 79 ◦ blue 192

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

Shades of Blue Marguerite #764FC0

Tints of Blue Marguerite #764FC0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.31%

 BLUE value IS 192 (75.39% from 255) = 49.36%

R = 30.33%
G = 20.31%
B = 49.36%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#764FC0 (or 0x764FC0) is known color: Blue Marguerite. HEX triplet: 76, 4F and C0. RGB value is (118,79,192). Sum of RGB (Red+Green+Blue) = 118+79+192=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #764FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764FC0 is #89B03F. Grayscale: #676767. Windows color (decimal): -9023552 or 12603254. OLE color: 12603254.

HSL color Cylindrical-coordinate representation of color #764FC0: hue angle of 260.71º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #764FC0 is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 79 192 -
CMYK 0.39 0.59 0 0.25
HSL 260.71º 0.47% 0.53% -
HSV(B) 260.71º 0.59% 0.75% -
XYZ 19.78 13.25 51.38 -
YUV 103.54 177.92 138.31 -
System Red Green Blue C M Y K H S L
Decimal 118 79 192 0.39 0.59 0 0.25 260.71 0.47 0.53
Hex 76 4F C0 27 3B 0 19 105 2F 35
Octal 166 117 300 47 73 0 31 405 57 65
Binary 1110110 1001111 11000000 100111 111011 0 11001 100000101 101111 110101

Color Harmonies of #764FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764FC0

Black with #764FC0

Text Example


Text Example

White with #764FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,79,192); }

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

background-color css

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

 a { background-color: rgb(118,79,192); }

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

border-color css

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

 span { border-color: rgb(118,79,192); }

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