Html Css Color HEX #764CBE Blue Marguerite

📋 copy color: '#764CBE'

red 118 ◦ green 76 ◦ blue 190

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

Shades of Blue Marguerite #764CBE

Tints of Blue Marguerite #764CBE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.79%

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 30.73%
G = 19.79%
B = 49.48%

CMYK

 C value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#764CBE (or 0x764CBE) is known color: Blue Marguerite. HEX triplet: 76, 4C and BE. RGB value is (118,76,190). Sum of RGB (Red+Green+Blue) = 118+76+190=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #764CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764CBE is #89B341. Grayscale: #656565. Windows color (decimal): -9024322 or 12471414. OLE color: 12471414.

HSL color Cylindrical-coordinate representation of color #764CBE: hue angle of 262.11º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #764CBE is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 76 190 -
CMYK 0.38 0.60 0 0.25
HSL 262.11º 0.47% 0.52% -
HSV(B) 262.11º 0.6% 0.75% -
XYZ 19.35 12.74 50.15 -
YUV 101.55 177.91 139.73 -
System Red Green Blue C M Y K H S L
Decimal 118 76 190 0.38 0.60 0 0.25 262.11 0.47 0.52
Hex 76 4C BE 26 3C 0 19 106 2F 34
Octal 166 114 276 46 74 0 31 406 57 64
Binary 1110110 1001100 10111110 100110 111100 0 11001 100000110 101111 110100

Color Harmonies of #764CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764CBE

Black with #764CBE

Text Example


Text Example

White with #764CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,76,190); }

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

background-color css

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

 a { background-color: rgb(118,76,190); }

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

border-color css

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

 span { border-color: rgb(118,76,190); }

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