Html Css Color HEX #7B64BE Blue Marguerite

📋 copy color: '#7B64BE'

red 123 ◦ green 100 ◦ blue 190

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

Shades of Blue Marguerite #7B64BE

Tints of Blue Marguerite #7B64BE

RGB

 RED value IS 123 (48.44% from 255) = 29.78%

 GREEN value IS 100 (39.45% from 255) = 24.21%

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

R = 29.78%
G = 24.21%
B = 46%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B64BE (or 0x7B64BE) is known color: Blue Marguerite. HEX triplet: 7B, 64 and BE. RGB value is (123,100,190). Sum of RGB (Red+Green+Blue) = 123+100+190=413 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.78% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B64BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B64BE is #849B41. Grayscale: #747474. Windows color (decimal): -8690498 or 12477563. OLE color: 12477563.

HSL color Cylindrical-coordinate representation of color #7B64BE: hue angle of 255.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B64BE is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 100 190 -
CMYK 0.35 0.47 0 0.25
HSL 255.33º 0.41% 0.57% -
HSV(B) 255.33º 0.47% 0.75% -
XYZ 22.02 17.04 50.84 -
YUV 117.14 169.12 132.18 -
System Red Green Blue C M Y K H S L
Decimal 123 100 190 0.35 0.47 0 0.25 255.33 0.41 0.57
Hex 7B 64 BE 23 2F 0 19 FF 29 39
Octal 173 144 276 43 57 0 31 377 51 71
Binary 1111011 1100100 10111110 100011 101111 0 11001 11111111 101001 111001

Color Harmonies of #7B64BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B64BE

Black with #7B64BE

Text Example


Text Example

White with #7B64BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B64BE; }

 p { color: rgb(123,100,190); }

 H1.HeaderClassName
 {
   color: #7B64BE;
 }
 .AnyTagClassName
 {
   color: #7B64BE;
 }
</style>

background-color css

<style>
 a { background-color: #7B64BE; }

 a { background-color: rgb(123,100,190); }

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

border-color css

<style>
 span { border-color: #7B64BE; }

 span { border-color: rgb(123,100,190); }

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