Html Css Color HEX #7B63BE Blue Marguerite

📋 copy color: '#7B63BE'

red 123 ◦ green 99 ◦ blue 190

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

Shades of Blue Marguerite #7B63BE

Tints of Blue Marguerite #7B63BE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.03%

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

R = 29.85%
G = 24.03%
B = 46.12%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B63BE (or 0x7B63BE) is known color: Blue Marguerite. HEX triplet: 7B, 63 and BE. RGB value is (123,99,190). Sum of RGB (Red+Green+Blue) = 123+99+190=412 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.85% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B63BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B63BE is #849C41. Grayscale: #747474. Windows color (decimal): -8690754 or 12477307. OLE color: 12477307.

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

Color convert

RGB 123 99 190 -
CMYK 0.35 0.48 0 0.25
HSL 255.82º 0.41% 0.57% -
HSV(B) 255.82º 0.48% 0.75% -
XYZ 21.92 16.85 50.81 -
YUV 116.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 123 99 190 0.35 0.48 0 0.25 255.82 0.41 0.57
Hex 7B 63 BE 23 30 0 19 100 29 39
Octal 173 143 276 43 60 0 31 400 51 71
Binary 1111011 1100011 10111110 100011 110000 0 11001 100000000 101001 111001

Color Harmonies of #7B63BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B63BE

Black with #7B63BE

Text Example


Text Example

White with #7B63BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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